Compare commits

..

1 Commits

Author SHA1 Message Date
3635f83935 ci: archive build logs on failure
Some checks failed
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit
2024-12-29 12:11:51 -06:00

2
ci/Jenkinsfile vendored
View File

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