ci: archive build logs on failure
All checks were successful
dustin/photoframe2/pipeline/pr-main This commit looks good
All checks were successful
dustin/photoframe2/pipeline/pr-main This commit looks good
This commit is contained in:
5
ci/Jenkinsfile
vendored
5
ci/Jenkinsfile
vendored
@@ -29,5 +29,10 @@ pipeline {
|
||||
archiveArtifacts '*'
|
||||
}
|
||||
}
|
||||
failure {
|
||||
dir('/var/tmp/portage') {
|
||||
archiveArtifacts '*/*/temp/*.log'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user