Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-27 14:49:14 +02:00 committed by GitHub
parent 72853c82bf
commit f83ad52273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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"
}