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

Dustin 2024-12-29 12:15:14 -06:00
parent 3635f83935
commit 1a55350ce9
1 changed files with 3 additions and 0 deletions

3
ci/Jenkinsfile vendored
View File

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