소스 검색

Uat流水线优化。

dujian 3 시간 전
부모
커밋
1344db27d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/jenkins/uat/Jenkinsfile

+ 2 - 2
docs/jenkins/uat/Jenkinsfile

@@ -1,4 +1,4 @@
-/**
+/**
  * UAT: Checkout -> Maven -> (optional) push images to Harbor -> deploy jar + docker restart.
  *
  * Jenkins Job: Pipeline script from SCM
@@ -317,7 +317,7 @@ pipeline {
         stage('Checkout') {
             steps {
                 script {
-                    // Do not use env.GIT_BRANCH 鈥?Jenkins SCM plugin injects origin/<branch> and overwrites it.
+                    // Do not use env.GIT_BRANCH - Jenkins SCM plugin injects origin/<branch> and overwrites it.
                     def branch = normalizeGitBranch(params.GIT_BRANCH)
                     if (!branch) {
                         error('GIT_BRANCH is required')