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