generated from gCubeCI/Pipeline-Docker-Template
fix works. Add println
This commit is contained in:
parent
977c022cc0
commit
213ffe70ad
|
@ -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
|
||||
""")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue