Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: add VSTS as a CI Platform #50

Open
andylockran opened this issue Jan 21, 2018 · 5 comments
Open

Improvement: add VSTS as a CI Platform #50

andylockran opened this issue Jan 21, 2018 · 5 comments

Comments

@andylockran
Copy link

No description provided.

@andylockran
Copy link
Author

Oh how I wish it was possible to edit the title on Mobile :)

@outofcoffee
Copy link
Owner

FTFY @andylockran ;-)

Any links to APIs you can provide? Hopefully shouldn't be too large a job assuming it takes a similar approach to other CI platforms.

@outofcoffee
Copy link
Owner

Looks like might be 'Queue a build' on https://www.visualstudio.com/en-us/docs/integrate/api/build/builds

POST https://{instance}/DefaultCollection/{project}/_apis/build/builds?api-version={version}

Need to figure out:

  1. how we test this
  2. authentication

@outofcoffee outofcoffee changed the title Improvement: ass VSTS as a CI Platform Improvement: add VSTS as a CI Platform Jan 27, 2018
@outofcoffee
Copy link
Owner

Regarding auth, it looks like we could use HTTP Basic over HTTPS, with a personal access token: https://docs.microsoft.com/en-us/vsts/integrate/get-started/authentication/pats

@andylockran would this work for your use case?

@andylockran
Copy link
Author

andylockran commented Jan 27, 2018 via email

Repository owner deleted a comment from andylockran Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants