ksieren 3 năm trước cách đây
mục cha
commit
30d683e477
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -87,7 +87,7 @@ spec:
               '''
               sh "git add values.yaml"
               sh "git commit -m \"Triggered Build '$GIT_COMMIT'\""
-              sh "git push https://$HELM_GIT_REPO_URL --force"
+              sh "git push https://$HELM_GIT_REPO_URL"
             }
           }
         }