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
45b0320312
commit
ffae14e3d3
1 changed files with 1 additions and 5 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -7,11 +7,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'java -version'
|
||||
withGradle(){
|
||||
sh './gradlew -version'
|
||||
sh './gradlew clean build --no-daemon'
|
||||
}
|
||||
sh './gradlew build --no-daemon'
|
||||
archiveArtifacts artifacts: './build/libs/reports/checkstyle/main.html'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue