We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c523f9 commit 54964d9Copy full SHA for 54964d9
1 file changed
Jenkinsfile
@@ -1,6 +1,6 @@
1
// This file relates to internal XMOS infrastructure and should be ignored by external users
2
3
-@Library('xmos_jenkins_shared_library@v0.41.0') _
+@Library('xmos_jenkins_shared_library@v0.41.1') _
4
5
getApproval()
6
pipeline {
@@ -85,7 +85,7 @@ pipeline {
85
withTools(params.TOOLS_VERSION) {
86
createVenv(reqFile: "requirements.txt")
87
withVenv {
88
- xcoreBuild()
+ xcoreBuild(archiveBins: false)
89
sh "pytest -n auto --junitxml=pytest_result.xml"
90
}
91
0 commit comments