Skip to content

Commit

Permalink
Fix userRemoteConfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
definite authored and seanf committed Mar 29, 2017
1 parent 5b0b642 commit 8d57b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -28,7 +28,7 @@ try {
doGenerateSubmoduleConfigurations: scm.doGenerateSubmoduleConfigurations,
extensions: scm.extensions + [[$class: 'CloneOption', noTags: true, reference: '', shallow: true]],
submoduleCfg: [],
userRemoteConfigs: scm.userRemoteConfigs + [ 'ssh://git@github.com:zanata/zanata-platform.git' ]
userRemoteConfigs: [[ url: 'ssh://git@github.com:zanata/zanata-platform.git' ]]
])

//checkout scm
Expand Down

0 comments on commit 8d57b29

Please sign in to comment.