jenkins save hs_err_pid on hard crash
Some checks are pending
studiorailgun/Renderer/pipeline/head Build queued...

This commit is contained in:
austin 2024-08-28 22:24:15 -04:00
parent d336d77173
commit 6089a3a549

1
Jenkinsfile vendored
View File

@ -66,6 +66,7 @@ pipeline {
}
}
steps {
archiveArtifacts artifacts: './hs_err_pid*.log', fingerprint: true
wrap(
[
$class: 'Xvfb',