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:17:59 +07:00
parent 98a5e0e55e
commit 04104ffac9

4
Jenkinsfile vendored
View file

@ -7,10 +7,8 @@ pipeline {
} }
stages { stages {
stage('') { stage('check') {
steps { steps {
echo "WWW: ${WWW}\nENV: ${ENV}\n"
script { script {
if("${WWW}" == "" || "${ENV}" == "" { if("${WWW}" == "" || "${ENV}" == "" {
currentBuild.result = 'FAILED' currentBuild.result = 'FAILED'