Is there any Ruby based CI / CD tools to interact with Apigee ?

Looking forward to integrate Apigee into CI/CD process using Ruby. Any open source tools that i can use to achieve same ?

~~Q:S:S~~

0 2 255
2 REPLIES 2

Most Continuous Integration tools are agnostic of programming language.

Jenkins, Codeship, Magnum, Travis, Hudson all support Ruby.

Jenkins is open source, but you must deploy it yourself. Travis CI is free for open source projects, and is hosted in the cloud. It links to your GitHub account.

https://docs.travis-ci.com/user/languages/ruby

@Sean Davis , Yes, It's true, Like ApigeeTool which is node based, i heard someone developed tool for ruby. I will keep you posted on same.