Skip to content

Commit 35de5c6

Browse files
author
ndenoyelle
committed
Merge branch 'hwloc-thread-bind' of github.com:NicolasDenoyelle/dynamic_lstopo into hwloc-thread-bind
2 parents 29f14a6 + 08c853c commit 35de5c6

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
@@ -40,7 +40,7 @@ pipeline {
4040
stash includes: "job-1-visualstudio.bat", name: 'script-msvc'
4141
}
4242
archiveArtifacts artifacts: tarballgz+","+tarballbz2+",doc/doxygen-doc/hwloc-a4.pdf", fingerprint: true, onlyIfSuccessful: true
43-
deleteDir()
43+
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
4444
}
4545
}
4646
}
@@ -68,9 +68,9 @@ pipeline {
6868
unstash 'script-unix-check'
6969
sh 'chmod 755 job-1-check.sh && ./job-1-check.sh '+tarballgz
7070
if (env.KEEP_WORKING_DIRECTORY != 'true')
71-
deleteDir()
7271
}
7372
}
73+
archiveArtifacts artifacts: "build/utils/hwloc/test-suite.log"
7474
} else {
7575
node('msvc') {
7676
dir('check-msvc') {

0 commit comments

Comments
 (0)