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
903ab3feea
commit
4dde6b541b
1 changed files with 2 additions and 5 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -10,12 +10,9 @@ pipeline {
|
|||
sh 'java -version'
|
||||
withGradle(){
|
||||
sh './gradlew -version'
|
||||
sh './gradlew clean test --no-daemon'
|
||||
sh './gradlew clean build --no-daemon'
|
||||
archiveArtifacts: 'build/libs/reports/checkstyle/main.html'
|
||||
}
|
||||
// sh 'cat ./build/libs/spring-petclinic-changed-0.1.1-SNAPSHOT-plain.jar'
|
||||
// archiveArtifacts: './build/libs/spring-petclinic-changed-0.1.1-SNAPSHOT-plain.jar'
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue