xxx
Some checks failed
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit

This commit is contained in:
2024-12-29 12:15:14 -06:00
parent 3635f83935
commit 1a55350ce9

3
ci/Jenkinsfile vendored
View File

@@ -31,6 +31,9 @@ pipeline {
}
failure {
dir('/var/tmp/portage') {
sh 'pwd'
sh 'cat /proc/self/mountinfo || :'
sh 'find || ls'
archiveArtifacts '*/*/temp/*.log'
}
}