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
812d53bf0b
commit
579cd1b0c2
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -9,8 +9,10 @@ pipeline {
|
|||
steps {
|
||||
// sh 'chmod +x gradlew'
|
||||
// sh './gradlew build'
|
||||
sh 'pwd'
|
||||
archiveArtifacts artifacts: '/var/lib/jenkins/workspace/pipeline/build/libs/reports/checkstyle/main.html', fingerprint: true
|
||||
sh 'cd build/reports/checkstyle'
|
||||
sh 'ls -a'
|
||||
|
||||
archiveArtifacts artifacts: 'build/reports/checkstyle/main.html'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue