Skip to content

Commit 54964d9

Browse files
committed
xmos_jenkins_shared_library: v0.41.0 -> v0.41.1
1 parent 6c523f9 commit 54964d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file relates to internal XMOS infrastructure and should be ignored by external users
22

3-
@Library('xmos_jenkins_shared_library@v0.41.0') _
3+
@Library('xmos_jenkins_shared_library@v0.41.1') _
44

55
getApproval()
66
pipeline {
@@ -85,7 +85,7 @@ pipeline {
8585
withTools(params.TOOLS_VERSION) {
8686
createVenv(reqFile: "requirements.txt")
8787
withVenv {
88-
xcoreBuild()
88+
xcoreBuild(archiveBins: false)
8989
sh "pytest -n auto --junitxml=pytest_result.xml"
9090
}
9191
}

0 commit comments

Comments
 (0)