test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:05:09 +07:00
parent fd01a0db9d
commit d5460ea89f

5
Jenkinsfile vendored
View file

@ -17,6 +17,11 @@ pipeline {
echo "ENV: ${ENV}" echo "ENV: ${ENV}"
sh 'pwd' sh 'pwd'
sh 'ls' sh 'ls'
if($WWW == "") {
currentBuild.result = 'SUCCESS'
return
}
} }
} }