Re. jenkinsfile
All checks were successful
BeijingMediaOfficialWebsite-ZhaoJian/BeijingMediaOfficialWebsite-ZhaoJian/pipeline/head This commit looks good

This commit is contained in:
2025-12-27 09:26:31 +08:00
parent 9ce16a8110
commit 5d08611cdf
2 changed files with 13 additions and 4 deletions

15
.idea/workspace.xml generated
View File

@@ -4,7 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="5bd5ba16-556a-45b2-8f8d-62d2ac8191aa" name="更改" comment="当前项目状态"> <list default="true" id="5bd5ba16-556a-45b2-8f8d-62d2ac8191aa" name="更改" comment="Re. jenkinsfile">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/jenkinsfile" afterDir="false" /> <change beforePath="$PROJECT_DIR$/jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/jenkinsfile" afterDir="false" />
</list> </list>
@@ -104,7 +104,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1766794599689</updated> <updated>1766794599689</updated>
</task> </task>
<option name="localTasksCounter" value="3" /> <task id="LOCAL-00003" summary="Re. jenkinsfile">
<option name="closed" value="true" />
<created>1766797588970</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1766797588970</updated>
</task>
<option name="localTasksCounter" value="4" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@@ -114,7 +122,8 @@
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="add README.md message" /> <MESSAGE value="add README.md message" />
<MESSAGE value="当前项目状态" /> <MESSAGE value="当前项目状态" />
<option name="LAST_COMMIT_MESSAGE" value="当前项目状态" /> <MESSAGE value="Re. jenkinsfile" />
<option name="LAST_COMMIT_MESSAGE" value="Re. jenkinsfile" />
</component> </component>
<component name="VgoProject"> <component name="VgoProject">
<settings-migrated>true</settings-migrated> <settings-migrated>true</settings-migrated>

View File

@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build backend') { stage('Build backend') {
steps { steps {
bat '.\\backend\\mvnw.cmd -DskipTests=true package' bat 'cd backend && mvnw.cmd -DskipTests=true package'
} }
} }
} }