Skip to content

Commit

Permalink
Update the entry point of jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Oct 17, 2024
1 parent d140f59 commit 12ff7f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_develop_code_coverage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

//Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs

@Library('cbci_shared_libs') _
@Library('cbci_shared_libs@py3update') _

// Build for PR to develop branch only.
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile_develop_osx
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') _
@Library('cbci_shared_libs@py3update') _

// Build for PR to develop branch only.
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile_develop_ubuntu_2204
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

//Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs

@Library('cbci_shared_libs') _
@Library('cbci_shared_libs@py3update') _

// Build for PR to develop branch only.
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile_develop_windows
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') _
@Library('cbci_shared_libs@py3update') _

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

0 comments on commit 12ff7f7

Please sign in to comment.