zhanglei
2022-04-14 4ed935fc8e684df68f28c2d3c3a8a104513ad11a
test12234
2 files modified
4 ■■■■ changed files
Jenkinsfile 2 ●●● patch | view | raw | blame | history
pom.xml 2 ●●● patch | view | raw | blame | history
Jenkinsfile
@@ -1,3 +1,3 @@
//utils 源码在jenkins-pipeline-library里
@Library('utils')_
pipelineScript('git_study','http://47.92.145.232:8998/r/git_study.git')
pipelineScript('git_study','http://47.92.145.232:8998/r/git_study.git','')
pom.xml
@@ -25,7 +25,7 @@
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <!--当前项目版本号-->
        <revision>1.9.0-SHNPSHOT</revision>
        <revision>1.9.1-SHNPSHOT</revision>
        <maven.deploy.skip>true</maven.deploy.skip>
    </properties>
    <build>