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
817d84976b
commit
a97cc6972b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
steps {
|
||||
// sh 'chmod +x gradlew'
|
||||
// sh './gradlew build'
|
||||
sh 'cd /build/reports/checkstyle'
|
||||
sh 'cd ./build/reports/checkstyle'
|
||||
sh 'ls -a'
|
||||
|
||||
archiveArtifacts artifacts: 'build/reports/checkstyle/main.html'
|
||||
|
|
Loading…
Reference in a new issue