1

I Just learned about screwdriver.cd on one of the AllDayDevOpsDay 2017 tracks. Tried it out with the generic-quickstart and want to use it for a open source python project.

I installed it used GitHub as login authority, but what do I do if I want to combine multiple repo providers at the same time, like bitbucket and/or gitlab or a local git server?

So is there a way to create pipelines with bitbucket/gitlab/git-server even I used github as login authority?

Stephen Rauch
  • 47,830
  • 31
  • 106
  • 135
alexrjs
  • 546
  • 8
  • 15

1 Answers1

0

Right now you can configure multiple login authorities and then switch between logged-in accounts to create/manage your pipelines across multiple SCMs.

The long-term plan is to have a unified account that connects between the different permissions/SCM, similar to how SO connects multiple OAuth services.

St. John Johnson
  • 6,590
  • 7
  • 35
  • 56
  • Thanks... I try the multiple login solution... /A – alexrjs Oct 27 '17 at 17:39
  • Well, you cannot use bitbucket as scm!? Used sd-in-a-box... `2017-10-30T13:43:20.492117389Z > screwdriver-api@0.5.51 start /usr/src/app/node_modules/screwdriver-api > ./bin/server 2017-10-30T13:43:20.492177986Z Scm plugin bitbucket is not supported /usr/src/app/node_modules/screwdriver-scm-router/index.js:42 throw new Error('No scm config passed in.'); ^ 2017-10-30T13:43:21.528818573Z Error: No scm config passed in.` – alexrjs Oct 30 '17 at 13:45