From ad5e99d5cb2493920b6cb9d5f0551755188c715d Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Mon, 21 Feb 2022 17:17:35 +0800
Subject: [PATCH] 测试

---
 Jenkinsfile                  |    2 +-
 test.js                      |    2 +-
 src/main/java/git_study.java |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e8f9211..076d05a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -86,7 +86,7 @@
                     not {
                         changeset "**/${project_name}.java"
                     }
-
+                    branch 'develop'
                 }
             }
             steps {
diff --git a/src/main/java/git_study.java b/src/main/java/git_study.java
index 02e0e3a..d39c45c 100644
--- a/src/main/java/git_study.java
+++ b/src/main/java/git_study.java
@@ -5,7 +5,7 @@
     /**
      * 保证每次打包发现场部署时增长(目前仅增长末位 +1)
      */
-    String version = "1.9.0-";
+    String version = "1.9.0-SNAPSHOT-1";
 
     /**
      * 获取版本号。可用于前端资源引用版本化,解决浏览器缓存问题。
diff --git a/test.js b/test.js
index 4d7eaaf..52cfcc9 100644
--- a/test.js
+++ b/test.js
@@ -1 +1 @@
-111111111
\ No newline at end of file
+111111111111
\ No newline at end of file

--
Gitblit v1.9.1