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:
parent
04104ffac9
commit
3c00298ebf
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,7 +10,7 @@ pipeline {
|
|||
stage('check') {
|
||||
steps {
|
||||
script {
|
||||
if("${WWW}" == "" || "${ENV}" == "" {
|
||||
if("${WWW}" == "" || "${ENV}" == "") {
|
||||
currentBuild.result = 'FAILED'
|
||||
error "No valid deploy dirs"
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue