August 2017
Intermediate to advanced
332 pages
9h 16m
English
External triggers are natural to understand. They mean that Jenkins starts the build after it's called by the notifier, which can be the other pipeline build, the SCM system (for example, GitHub), or any remote script.
The following figure presents the communication:

GitHub triggers Jenkins after a push to the repository and the build is started.
To configure the system this way, we need the following setup steps:
In the case of the most popular SCM providers, dedicated Jenkins plugins are always ...
Read now
Unlock full access