Compare commits

..

1 Commits

Author SHA1 Message Date
1a55350ce9 xxx
Some checks failed
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit
2024-12-29 12:15:14 -06:00

4
ci/Jenkinsfile vendored
View File

@@ -30,8 +30,10 @@ pipeline {
}
}
failure {
sh 'sleep infinity'
dir('/var/tmp/portage') {
sh 'pwd'
sh 'cat /proc/self/mountinfo || :'
sh 'find || ls'
archiveArtifacts '*/*/temp/*.log'
}
}