test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:11:19 +07:00
parent 4cffb64bc5
commit 4b7bff0f30

2
Jenkinsfile vendored
View file

@ -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