1811872455@163.com 1 месяц назад
Родитель
Сommit
1cb11acfb6
2 измененных файлов с 13 добавлено и 5 удалено
  1. 12 4
      .idea/workspace.xml
  2. 1 1
      Jenkinsfile

+ 12 - 4
.idea/workspace.xml

@@ -4,9 +4,9 @@
     <option name="autoReloadType" value="SELECTIVE" />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="">
+    <list default="true" id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="修改版本">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/storlead-ai-api/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/pom.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -116,7 +116,7 @@
       <workItem from="1758780969521" duration="11096000" />
       <workItem from="1758849538252" duration="14257000" />
       <workItem from="1759021657878" duration="17861000" />
-      <workItem from="1759109339436" duration="21496000" />
+      <workItem from="1759109339436" duration="21686000" />
     </task>
     <task id="LOCAL-00001" summary="ai项目">
       <option name="closed" value="true" />
@@ -222,7 +222,15 @@
       <option name="project" value="LOCAL" />
       <updated>1759137590888</updated>
     </task>
-    <option name="localTasksCounter" value="14" />
+    <task id="LOCAL-00014" summary="修改版本">
+      <option name="closed" value="true" />
+      <created>1759137761603</created>
+      <option name="number" value="00014" />
+      <option name="presentableId" value="LOCAL-00014" />
+      <option name="project" value="LOCAL" />
+      <updated>1759137761603</updated>
+    </task>
+    <option name="localTasksCounter" value="15" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">

+ 1 - 1
Jenkinsfile

@@ -55,7 +55,7 @@ pipeline {
     environment {
          GROUPID = readMavenPom().getGroupId()//com.storlead
          ARTIFACTID = readMavenPom().getArtifactId()//sp-project
-         VERSION = readMavenPom().getVersion()//1.0
+         VERSION = readMavenPom().getVersion() ?: "1.0"
     }
    // 参数
     parameters {