Compare commits

..

1 Commits

Author SHA1 Message Date
839f1d99aa xxx
Some checks reported errors
dustin/photoframe2/pipeline/pr-dev/ci Something is wrong with the build of this commit
2024-12-29 12:46:53 -06:00

4
ci/Jenkinsfile vendored
View File

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