mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-12 01:11:10 +00:00
Update Jenkinsfile
Signed-off-by: Riz Urian <98958099+rizjosel@users.noreply.github.com>
This commit is contained in:
parent
ac3e48b5aa
commit
6643a49a9f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -19,7 +19,7 @@ pipeline {
|
|||
|
||||
stage('Build Application (Gradle)') {
|
||||
steps {
|
||||
sh './gradlew clean build'
|
||||
sh './gradlew clean build -x test'
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
junit 'build/test-results/test/*.xml'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue