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
0aea00f477
commit
ea402f133f
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -7,9 +7,9 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'chmod +x gradlew'
|
||||
sh './gradlew build'
|
||||
// archiveArtifacts artifacts: './build/libs/reports/checkstyle/main.html'
|
||||
// sh 'chmod +x gradlew'
|
||||
// sh './gradlew build'
|
||||
archiveArtifacts artifacts: './build/libs/reports/checkstyle/main.html'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue