Compare commits

..

3 Commits

Author SHA1 Message Date
3d4a98473c 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 15:04:39 -06:00
094e8d47b9 Update AimeeOS 2024-12-29 15:04:38 -06:00
904594b765 wip: firefox binary 2024-12-29 15:04:27 -06:00
2 changed files with 1 additions and 2 deletions

1
ci/Jenkinsfile vendored
View File

@@ -30,7 +30,6 @@ pipeline {
}
}
failure {
sh 'sleep infinity'
dir('/var/tmp/portage') {
archiveArtifacts '*/*/temp/*.log'
}