July 2017
Intermediate to advanced
402 pages
9h 38m
English
We are now going to create a new repository dedicated to hosting our Hello World node application. We will create the repository using the same steps as in Chapter 3, Treating Your Infrastructure As Code:
This will create the repository, a master branch, and a README.md file.
A proper CI pipeline works silently in the background. In order to achieve that, when the code is hosted on GitHub, Jenkins needs to get notifications from GitHub that the code has changed so that it can trigger a build automatically. This is something we can implement ...
Read now
Unlock full access