mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFile docker configuration
This commit is contained in:
parent
70af1b88ff
commit
1deac31ef2
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -16,9 +16,9 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
if(env.CHANGE_ID) {
|
if(env.CHANGE_ID) {
|
||||||
sh "echo 'pull request"
|
sh "echo 'pull request'"
|
||||||
} else {
|
} else {
|
||||||
sh "echo 'pull no no no"
|
sh "echo 'pull no no no'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue