mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFILE
This commit is contained in:
parent
b95747f02d
commit
5e38c85470
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
|||
withGradle(){
|
||||
sh './gradlew -version'
|
||||
sh './gradlew clean build --no-daemon'
|
||||
archiveArtifacts: './build/libs/reports/checkstyle/main.html'
|
||||
archiveArtifacts artifact: './build/libs/reports/checkstyle/main.html'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue