mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
6b45979bd7
commit
30d7002b5b
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,4 +1,4 @@
|
||||||
node('master'){
|
node('centos_hosts'){
|
||||||
stage('scm'){
|
stage('scm'){
|
||||||
git 'https://github.com/ametgud4u/spring-petclinic.git'
|
git 'https://github.com/ametgud4u/spring-petclinic.git'
|
||||||
}
|
}
|
||||||
|
@ -16,5 +16,8 @@ node('master'){
|
||||||
junit '**/target/surefire-reports/*.xml'
|
junit '**/target/surefire-reports/*.xml'
|
||||||
archiveArtifacts 'target/*.jar'
|
archiveArtifacts 'target/*.jar'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Create Docker Image ') {
|
||||||
|
sh label: '', script: 'BuildImage'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue