From 1a55350ce95dc6783df0b60f9c6da3558143de6b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 29 Dec 2024 12:15:14 -0600 Subject: [PATCH] xxx --- ci/Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index adcf8e4..2a9fc18 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -31,6 +31,9 @@ pipeline { } failure { dir('/var/tmp/portage') { + sh 'pwd' + sh 'cat /proc/self/mountinfo || :' + sh 'find || ls' archiveArtifacts '*/*/temp/*.log' } }