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
4251429aea
commit
3da1ef2d05
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -17,7 +17,7 @@ pipeline {
|
||||||
if(env.CHANGE_ID) {
|
if(env.CHANGE_ID) {
|
||||||
sh "echo 'pull request"
|
sh "echo 'pull request"
|
||||||
} else {
|
} else {
|
||||||
sh "echo 'pull request"
|
sh "echo 'pull no no no"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// steps {
|
// steps {
|
||||||
|
|
Loading…
Reference in a new issue