We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9bd3f commit 5282a60Copy full SHA for 5282a60
contrib/ci.inria.fr/Jenkinsfile-basic
@@ -41,6 +41,7 @@ pipeline {
41
}
42
archiveArtifacts artifacts: tarballgz+","+tarballbz2+",doc/doxygen-doc/hwloc-a4.pdf", fingerprint: true, onlyIfSuccessful: true
43
deleteDir()
44
+ archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log", onlyIfSuccessful: false
45
46
47
0 commit comments