- Learn about GoCD
- Configure a Deployment Pipeline to build and deploy your application to production
- Test the application running in production
We have provisioned all the infrastructure required for the workshop. Each participant is assigned a numeric ID (from 1 to 50), which will be used throughout the workshop.
-
Go to GoCD at http://gocd.cd4ml.net and login with the username and password provided.
-
Click on the little gear symbol () next to
ci-workshop-app-X
to edit your deployment pipeline configuration. -
Go to the "Materials" tab and edit the existing GitHub URL so that it points to your forked repository URL - probably just replacing
ThoughtWorksInc
with your GitHub username. -
Save and go back to the Dashboard page
-
Make a small change to your forked code, e.g., change the
README.md
, then add, commit, and push your changes to see your project being built and deployed in GoCD:
git add .
git commit -m"Sample change"
git push
-
Once the pipeline succeeds, you can access your application's URL at http://userX.app.cd4ml.net (replace
X
with your user ID) -
Done! Go to the next exercise