1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed jenkins

This commit is contained in:
Fedor Katurov 2020-04-20 10:18:40 +07:00
parent 04104ffac9
commit 3c00298ebf

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ pipeline {
stage('check') { stage('check') {
steps { steps {
script { script {
if("${WWW}" == "" || "${ENV}" == "" { if("${WWW}" == "" || "${ENV}" == "") {
currentBuild.result = 'FAILED' currentBuild.result = 'FAILED'
error "No valid deploy dirs" error "No valid deploy dirs"
return return