diff --git a/Jenkinsfile b/Jenkinsfile index ddf305a..ea7a287 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -258,6 +258,7 @@ def checkup(String service, String version, String host){ sh(""" case "$version" in **SNAPSHOT) echo "version contains SNAPSHOT" ;; + **latest) echo "version contains latest" ;; * ) echo "version without SNAPSHOT. EXIT WITHOUT DEPLOY "; exit 1;; esac """)