@@ -24,8 +24,7 @@ pipeline {
}
stages {
stage("Build") {
-// when { expression { build_repo != "none" } }
- when { build }
+ when { expression { build == true } }
steps {
echo "Building with repo $repo"
sh '''pwd