|
|
|
@ -2,7 +2,8 @@ |
|
|
|
|
|
|
|
library identifier: '3scale-toolbox-jenkins@add-features', |
|
|
|
retriever: modernSCM([$class: 'GitSCMSource', |
|
|
|
remote: 'https://github.com/rh-integration/3scale-toolbox-jenkins.git']) |
|
|
|
remote: 'https://github.com/nmasse-itix/3scale-toolbox-jenkins.git', |
|
|
|
traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]]) |
|
|
|
|
|
|
|
def service = null |
|
|
|
def testApplicationCredentials = null |
|
|
|
|