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
4e57449db9
commit
2176182a92
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -17,7 +17,7 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
if(env.BRANCH_NAME != 'main') {
|
if(env.BRANCH_NAME != 'main') {
|
||||||
sh "echo $env.BRANCH_NAME"
|
sh "echo $env.BRANCH_NAME"
|
||||||
sh "echo 'pull request'"
|
sh "echo 'pull request jk'"
|
||||||
} else if (env.BRANCH_NAME == 'main') {
|
} else if (env.BRANCH_NAME == 'main') {
|
||||||
sh "echo 'main branch'"
|
sh "echo 'main branch'"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue