Vadim Surkov 7 년 전
부모
커밋
5691de3430
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"