From d5460ea89fdc4cad7971c87cf8af6a9d607e14a9 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 20 Mar 2020 21:05:09 +0700 Subject: [PATCH] test jenkins --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c317c0e..532cca0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,11 @@ pipeline { echo "ENV: ${ENV}" sh 'pwd' sh 'ls' + + if($WWW == "") { + currentBuild.result = 'SUCCESS' + return + } } }