Travis CI
Steps to Setup Travis CI for Spinnaker
Travis CI is a hosted, distributed continuous integration service used to build and test software projects hosted at GitHub.
Using this CI system on Spinnaker, lets you trigger pipelines with Travis, or add a Travis stage to a pipeline.
Prerequisites:
You need a Travis user with an API access token so that you get only the repos you should see.
That user needs adequate access in GitHub to trigger builds.
Enable Travis CI Master for Spinnaker:
Execute the following command to Enable Travis CI
Turn on Travis Stage feature, by executing the following command
To add Travis CI master named my-travis-master, to spinnaker execute the below command
Last updated