fix works. Add println

This commit is contained in:
Roberto Cirillo 2022-05-10 15:16:48 +02:00
parent 977c022cc0
commit 213ffe70ad
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" ;;
* ) exit 1;;
* ) echo "version without SNAPSHOT. EXIT WITHOUT DEPLOY " exit 1;;
esac
""")
}