diff --git a/Jenkinsfile b/Jenkinsfile index c317c0e..532cca0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,11 @@ pipeline { echo "ENV: ${ENV}" sh 'pwd' sh 'ls' + + if($WWW == "") { + currentBuild.result = 'SUCCESS' + return + } } }