mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-08 11:21:11 +00:00
updat pipeline
This commit is contained in:
parent
e16cc12d8a
commit
ee37f3f57b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ pipeline {
|
|||
sh '''
|
||||
echo "JAVA_HOME=$JAVA_HOME"
|
||||
java -version
|
||||
mvn -B -U clean verify -Dspring-javaformat.skip
|
||||
./mvnw -B -U clean verify -Dspring-javaformat.skip
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ pipeline {
|
|||
|
||||
always {
|
||||
junit allowEmptyResults: true, testResults: 'backend/target/surefire-reports/*.xml'
|
||||
archiveArtifacts artifacts: 'backend/target/*.jar', fingerprint: true
|
||||
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue