Skip to content

Commit

Permalink
Merge pull request #155 from NREL/update_jenkins
Browse files Browse the repository at this point in the history
Update branch ref in Jenkinsfile to test 3.5.0-rc1
  • Loading branch information
tijcolem authored Nov 2, 2022
2 parents 2da3b07 + fdb2f21 commit b51dfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs

@Library('cbci_shared_libs@3.5.0-alpha') _
@Library('cbci_shared_libs') _

// Build for PR to develop branch only.
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
Expand Down

0 comments on commit b51dfb6

Please sign in to comment.