Browse Source

contrib: fix

Nathalie Furmento 7 years ago
parent
commit
febfeb1989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/ci.inria.fr/Jenkinsfile-basic

+ 1 - 1
contrib/ci.inria.fr/Jenkinsfile-basic

@@ -20,7 +20,7 @@ pipeline
 					}
 					stash includes: "${env.tarballgz}", name: 'tarballgz'
 					stash includes: "build/doc/doxygen/starpu.pdf", name: 'doc'
-					archiveArtifacts artifacts: "${env.tarballgz},build/doc/doxygen/starpu.pdf", fingerprint: true, onlyIfSuccessful: true
+					#archiveArtifacts artifacts: "${env.tarballgz}", fingerprint: true, onlyIfSuccessful: true
 				}
 			}
 		}