wangzilun
2022-02-23 d5bdc9081590e1da099378c3624f0ce999d9a7d7
测试
2 files modified
4 ■■■■ changed files
Jenkinsfile 2 ●●● patch | view | raw | blame | history
src/main/java/git_study.java 2 ●●● patch | view | raw | blame | history
Jenkinsfile
@@ -33,7 +33,7 @@
        stage('testMaven') {
            steps {
                sh 'mvn clean test -U'
                //sh 'mvn clean test -U'
                junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml'
            }
src/main/java/git_study.java
@@ -5,7 +5,7 @@
    /**
     * 保证每次打包发现场部署时增长(目前仅增长末位 +1)
     */
    String version = "1.9.0-";
    String version = "1.9.0-1";
    /**
     * 获取版本号。可用于前端资源引用版本化,解决浏览器缓存问题。