Update Jenkinsfile
This commit is contained in:
parent
c769483f25
commit
c36c16d92f
|
|
@ -64,7 +64,8 @@ pipeline {
|
|||
always {
|
||||
junit '**/reports/junit.xml'
|
||||
archiveArtifacts artifacts: 'reports/**', fingerprint: true
|
||||
archiveArtifacts artifacts: 'build_report.log', fingerprint: true
|
||||
archiveArtifacts artifacts: 'build_report.log', fingerprint: true
|
||||
cleanWs(cleanWhenNotBuilt: false, notFailBuild: true)
|
||||
}
|
||||
success {
|
||||
echo 'Build completed successfully!'
|
||||
|
|
|
|||
Loading…
Reference in New Issue