Browse Source

switch back to master

master
Nicolas Massé 7 years ago
parent
commit
b4fdac2fee
  1. 4
      testcase-01/Jenkinsfile
  2. 4
      testcase-02/Jenkinsfile
  3. 4
      testcase-03/Jenkinsfile

4
testcase-01/Jenkinsfile

@ -1,8 +1,8 @@
#!groovy #!groovy
library identifier: '3scale-toolbox-jenkins@add-new-features', library identifier: '3scale-toolbox-jenkins@master',
retriever: modernSCM([$class: 'GitSCMSource', 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']]]) traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]])
def service = null def service = null

4
testcase-02/Jenkinsfile

@ -1,8 +1,8 @@
#!groovy #!groovy
library identifier: '3scale-toolbox-jenkins@add-new-features', library identifier: '3scale-toolbox-jenkins@master',
retriever: modernSCM([$class: 'GitSCMSource', 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']]]) traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]])
def service = null def service = null

4
testcase-03/Jenkinsfile

@ -1,8 +1,8 @@
#!groovy #!groovy
library identifier: '3scale-toolbox-jenkins@add-new-features', library identifier: '3scale-toolbox-jenkins@master',
retriever: modernSCM([$class: 'GitSCMSource', 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']]]) traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]])
def service = null def service = null

Loading…
Cancel
Save