chengyuhong
2023-11-17 3bfc8f42416a4ccd0eab0c88c7f1a21a98408095
Jenkinsfile
@@ -82,7 +82,7 @@
                }
        }
        stage('version add master') {
        stage('version add develop') {
            when {
                //版本号自动添加逻辑需同时符合下列触发条件:
                //1. 不能在master分支触发
@@ -104,7 +104,7 @@
                }
            }
            steps {
                versionAddDevelop("${project_name}","${GIT_CREDENTIALS_ID}","${url}","${GIT_BRANCH}")
                versionAddCom("${project_name}","${GIT_CREDENTIALS_ID}","${url}","${GIT_BRANCH}")
            }
        }