Skip to content

Commit 0052d86

Browse files
author
ndenoyelle
committed
Attempt to debug CI
1 parent 5282a60 commit 0052d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/ci.inria.fr/Jenkinsfile-basic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline {
4141
}
4242
archiveArtifacts artifacts: tarballgz+","+tarballbz2+",doc/doxygen-doc/hwloc-a4.pdf", fingerprint: true, onlyIfSuccessful: true
4343
deleteDir()
44-
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log", onlyIfSuccessful: false
44+
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
4545
}
4646
}
4747
}
@@ -72,7 +72,7 @@ pipeline {
7272
deleteDir()
7373
}
7474
}
75-
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log", onlyIfSuccessful: false
75+
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
7676
} else {
7777
node('msvc') {
7878
dir('check-msvc') {

0 commit comments

Comments
 (0)