Wercker
- 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.
- To enable Wercker integration in Spinnaker, you will need to have:
- 1.
- 2.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.
- Without “master” it’s not possible for connectivity between Wercker and Spinnaker. This also consists of Wercker URL and credentials1.Ensure to have Wercker CI is enabled on Spinnaker, by executing the below commandhal config ci wercker enable2.Execute the below command to enable Stage feature on Werckerhal config features edit --wercker true3.For connection between Wercker and Spinnaker, add a Wercker masterhal config ci wercker master add mywercker1--address https://app.wercker.com/--user myuserid--token4.To Invoke above changes, re-deploy Spinnakerhal deploy apply
Last modified 10mo ago