mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
72853c82bf
commit
f83ad52273
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -37,7 +37,7 @@ pipeline {
|
|||
echo "this is the start of the new stage with the main branch"
|
||||
}
|
||||
}
|
||||
stage('Create docker image') {
|
||||
stage('Create docker image for main branch') {
|
||||
steps {
|
||||
echo "now we will create the docker image for the main branch"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue