generated from gCubeCI/Pipeline-Docker-Template
fix checkupRelease method
This commit is contained in:
parent
c6ac2ca316
commit
f3b5b8535d
|
@ -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
|
||||
""")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue