fix checkupRelease method

This commit is contained in:
Roberto Cirillo 2022-10-10 17:33:35 +02:00
parent c6ac2ca316
commit f3b5b8535d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -327,7 +327,7 @@ def checkupRelease(String service, String version){
case "$version" in
**SNAPSHOT) echo "version contains SNAPSHOT" ; exit 1;;
**latest) echo "version contains latest" ;;
* ) echo "version without SNAPSHOT. EXIT WITHOUT DEPLOY "; exit 1;;
* ) echo "version without SNAPSHOT. go ahead;;
esac
""")
}