Browse Source

fix typo

master
Nicolas Massé 7 years ago
parent
commit
ce20c2bf36
  1. 2
      testcase-01/Jenkinsfile

2
testcase-01/Jenkinsfile

@ -2,7 +2,7 @@
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/rh-integration/3scale-toolbox-jenkins.git',
traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]])
def service = null

Loading…
Cancel
Save