Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 13:01:23 +03:00 committed by GitHub
parent 6c2eb1b73e
commit eab624ccf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -18,7 +18,8 @@ pipeline {
sh 'echo $(curl localhost:80)'
}
}
}
}
}
stage('Push Docker Image') {
when {
branch 'main'
@ -32,5 +33,5 @@ pipeline {
}
}
}
}
}