test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:08:22 +07:00
parent 9ad26ddd56
commit 8a80569cca

2
Jenkinsfile vendored
View file

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