Skip to content

Commit

Permalink
Update dependency versions in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpieczko committed Sep 30, 2024
1 parent 6c83537 commit 86e223e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file relates to internal XMOS infrastructure and should be ignored by external users

@Library('xmos_jenkins_shared_library@develop') _
@Library('xmos_jenkins_shared_library@v0.34.0') _

def clone_test_deps() {
dir("${WORKSPACE}") {
Expand All @@ -11,7 +11,7 @@ def clone_test_deps() {
sh "git -C xtagctl checkout v2.0.0"

sh "git clone [email protected]:xmos/hardware_test_tools"
sh "git -C hardware_test_tools checkout 1fd92925b0cd46e0d7a632c4aa474f1fb14e006a"
sh "git -C hardware_test_tools checkout 2f9919c956f0083cdcecb765b47129d846948ed4"
}
}

Expand Down Expand Up @@ -55,7 +55,7 @@ pipeline {
}
}
}
runLibraryChecks("${WORKSPACE}/${REPO}")
runLibraryChecks("${WORKSPACE}/${REPO}", "v2.0.1")
}
} // Build examples

Expand Down

0 comments on commit 86e223e

Please sign in to comment.