Vadim Surkov %!s(int64=7) %!d(string=hai) anos
pai
achega
d1418827fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
   stages {
     stage("Build") {
       when { 
-        expression not { build_repo == null || build_repo.empty }
+        expression { build_repo != null || not build_repo.empty }
       }
       steps {
         echo "Building with repo $build_repo and updating $service_update"