0b1f8063eb65b7aa2cb1360808f8db8d53cc650b..d4ae8723a42b06d09ad3fc0dd5810dcae5669fa2
2023-07-26 wangzilun
test2
d4ae87 diff | tree
2023-07-27 wangzilun
test8
942614 diff | tree
2 files modified
3 ■■■■ changed files
Jenkinsfile 2 ●●● patch | view | raw | blame | history
pom.xml 1 ●●●● patch | view | raw | blame | history
Jenkinsfile
@@ -9,7 +9,7 @@
 * @param default_master_add_version master分支的更改是否强制添加版本号,默认true
 * @return
 */
pipelineScript1(
pipelineScript(
    project_name:'git_study',
    url:'http://47.92.145.232:8998/r/git_study.git',
    default_deploy_to:'',
pom.xml
@@ -20,6 +20,7 @@
        <maven.compiler.target>8</maven.compiler.target>
        <!--当前项目版本号-->
        <revision>1.9.0-SNAPSHOT</revision>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <build>
        <plugins>