mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Create Jenkinsfile
This commit is contained in:
parent
adab01ef62
commit
c56799bda4
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
node {
|
||||
// This is to demo github action
|
||||
// def sonarUrl = 'sonar.host.url=http://172.31.30.136:9000'
|
||||
def mvn = tool (name: 'maven3', type: 'maven') + '/bin/mvn'
|
||||
stage('SCM Checkout'){
|
||||
// Clone repo
|
||||
git branch: 'master',
|
||||
credentialsId: 'github',
|
||||
url: 'https://github.com/javahometech/myweb'
|
||||
}
|
Loading…
Reference in a new issue