fix print

This commit is contained in:
Roberto Cirillo 2022-05-10 15:22:56 +02:00
parent 213ffe70ad
commit b7853644e0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -235,7 +235,7 @@ def checkup(String service, String version, String host){
sh("""
case "$version" in
**SNAPSHOT) echo "version contains SNAPSHOT" ;;
* ) echo "version without SNAPSHOT. EXIT WITHOUT DEPLOY " exit 1;;
* ) echo "version without SNAPSHOT. EXIT WITHOUT DEPLOY "; exit 1;;
esac
""")
}