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
98a5e0e55e
commit
04104ffac9
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue