Wercker
Steps to Setup Wercker for Spinnaker
This is a tool that empowers organizations and their development teams to achieve continuous integration and continuous delivery (CI/CD) goals with micro-services and Docker.
Using Wercker as a CI system, can enable within Spinnaker as a pipeline trigger and also as a pipeline stage.
Prerequisites:
To enable Wercker integration in Spinnaker, you will need to have:
A login to Wercker, which can be set up here.
A Wercker “personal token” to provide to Spinnaker so that it can access the Wercker API on your behalf. Personal tokens can be generated on Wercker by logging in andvisiting your “Settings” page.
Enable Wercker Master to Spinnaker using Halyard:
Without “master” it’s not possible for connectivity between Wercker and Spinnaker. This also consists of Wercker URL and credentials
1.Ensure to have Wercker CI is enabled on Spinnaker, by executing the below command
2.Execute the below command to enable Stage feature on Wercker
3.For connection between Wercker and Spinnaker, add a Wercker master
4.To Invoke above changes, re-deploy Spinnaker
Last updated