diff --git a/Jenkinsfile_develop_code_coverage b/Jenkinsfile_develop_code_coverage index f9a8a06e09..9a09466227 100644 --- a/Jenkinsfile_develop_code_coverage +++ b/Jenkinsfile_develop_code_coverage @@ -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) ) { diff --git a/Jenkinsfile_develop_osx b/Jenkinsfile_develop_osx index d7d18e8711..3ce0f677b6 100644 --- a/Jenkinsfile_develop_osx +++ b/Jenkinsfile_develop_osx @@ -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) ) { diff --git a/Jenkinsfile_develop_ubuntu_2204 b/Jenkinsfile_develop_ubuntu_2204 index 25b53af792..9d5f829096 100644 --- a/Jenkinsfile_develop_ubuntu_2204 +++ b/Jenkinsfile_develop_ubuntu_2204 @@ -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) ) { diff --git a/Jenkinsfile_develop_windows b/Jenkinsfile_develop_windows index cb285700d5..748887756f 100644 --- a/Jenkinsfile_develop_windows +++ b/Jenkinsfile_develop_windows @@ -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) ) {