Skip to content

Commit

Permalink
Use https instead of ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Mar 6, 2017
1 parent a28b6b4 commit fa2ef1a
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: [[ url: 'ssh://git@github.com:zanata/zanata-platform.git' ]]
userRemoteConfigs: [[ url: 'https://github.com/zanata/zanata-platform.git' ]]
])

//checkout scm
Expand Down

0 comments on commit fa2ef1a

Please sign in to comment.