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

View File

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