diff --git a/Jenkinsfile b/Jenkinsfile index 073482d3..79367a29 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,10 +7,8 @@ pipeline { } stages { - stage('') { + stage('check') { steps { - echo "WWW: ${WWW}\nENV: ${ENV}\n" - script { if("${WWW}" == "" || "${ENV}" == "" { currentBuild.result = 'FAILED'