Skip to content

Commit

Permalink
Merge pull request #46 from kieran-kohtz/feature/jenkinsversion
Browse files Browse the repository at this point in the history
Update Jenkins Shared Library Version
  • Loading branch information
BrennanGit authored Mar 9, 2022
2 parents 0d6b4fd + a6ba35b commit ef4400d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('xmos_jenkins_shared_library@v0.16.2') _
@Library('xmos_jenkins_shared_library@v0.18.0') _

getApproval()

Expand All @@ -7,7 +7,7 @@ pipeline {
stages {
stage('Standard builds and tests') {
agent {
label 'x86_64&&brew&&macOS'
label 'x86_64&&macOS'
}
environment {
REPO = 'lib_ethernet'
Expand Down

0 comments on commit ef4400d

Please sign in to comment.