Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 6c611ca416 ci: archive build logs on failure
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details
2024-12-29 12:08:09 -06:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
} }
} }
failure { failure {
dir('/var/tmp/portage') { dir('/home/jenkins/agent/tmp/portage') {
archiveArtifacts '*/*/temp/*.log' archiveArtifacts '*/*/temp/*.log'
} }
} }