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