Vadim Surkov 7 năm trước cách đây
mục cha
commit
5691de3430
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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