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