From 4b7bff0f30518d490a8a0e1227e1cff44af64d06 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 20 Mar 2020 21:11:19 +0700 Subject: [PATCH] test jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 412bfcf..0ccf06e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { sh 'ls' script { - if("${WWW}" == "/var/www/on-deploy/map/staging/frontend") { + if("${WWW}" == "" || "${ENV}" == "") { currentBuild.result = 'FAILED' failed = true return