test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:07:13 +07:00
parent 79e1418265
commit 9ad26ddd56

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
sh 'ls' sh 'ls'
script { script {
if("${WWW}" == "") { if("${WWW}" == "/var/www/on-deploy/map/staging/frontend") {
currentBuild.result = 'UNSTABLE' currentBuild.result = 'UNSTABLE'
return return
} }