diff --git a/testcase-01/Jenkinsfile b/testcase-01/Jenkinsfile index 57ffed6..32e2b99 100644 --- a/testcase-01/Jenkinsfile +++ b/testcase-01/Jenkinsfile @@ -1,8 +1,8 @@ #!groovy -library identifier: '3scale-toolbox-jenkins@add-new-features', +library identifier: '3scale-toolbox-jenkins@master', retriever: modernSCM([$class: 'GitSCMSource', - remote: 'https://github.com/nmasse-itix/3scale-toolbox-jenkins.git', + remote: 'https://github.com/rh-integration/3scale-toolbox-jenkins.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]]) def service = null diff --git a/testcase-02/Jenkinsfile b/testcase-02/Jenkinsfile index 6ec75c0..2a1ad2e 100644 --- a/testcase-02/Jenkinsfile +++ b/testcase-02/Jenkinsfile @@ -1,8 +1,8 @@ #!groovy -library identifier: '3scale-toolbox-jenkins@add-new-features', +library identifier: '3scale-toolbox-jenkins@master', retriever: modernSCM([$class: 'GitSCMSource', - remote: 'https://github.com/nmasse-itix/3scale-toolbox-jenkins.git', + remote: 'https://github.com/rh-integration/3scale-toolbox-jenkins.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]]) def service = null diff --git a/testcase-03/Jenkinsfile b/testcase-03/Jenkinsfile index 9b8db72..5c0952b 100644 --- a/testcase-03/Jenkinsfile +++ b/testcase-03/Jenkinsfile @@ -1,8 +1,8 @@ #!groovy -library identifier: '3scale-toolbox-jenkins@add-new-features', +library identifier: '3scale-toolbox-jenkins@master', retriever: modernSCM([$class: 'GitSCMSource', - remote: 'https://github.com/nmasse-itix/3scale-toolbox-jenkins.git', + remote: 'https://github.com/rh-integration/3scale-toolbox-jenkins.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]]) def service = null