Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.6k stars 432 forks source link

Any clue on how to integrate Strider with VS online/team services? #889

Open ahmed-abdulmoniem opened 8 years ago

ahmed-abdulmoniem commented 8 years ago

Hi Guys,

Any clue on how to integrate Strider with VS online/team services?

I have a repository on VS online (now known as VS Team Services) and I want simply to trigger the build when a code pushed to that repository?

Thanks.

knownasilya commented 8 years ago

If it's git based, then you could use the manual git setup, otherwise no. You'd have to write a custom provider.

ahmed-abdulmoniem commented 8 years ago

@knownasilya Yes it is a git based repository .. how I can use manual git setup?

knownasilya commented 8 years ago

In the Projects page there is a "Manual" tab to the right.

But this won't give you auto webhooks. I'm assuming this is a service and has an API? For full Strider support, you need to write a plugin, see strider-github, strider-bitbucket or strider-gitlab.

ahmed-abdulmoniem commented 8 years ago

@knownasilya Can you give me a concrete example please?