December 2017
Intermediate to advanced
364 pages
7h 30m
English
Once the job is configured, we are ready to trigger the build. Of course, you can manually click Build now and get going.
But we will configure the build job to be triggered remotely, and at the same time pass the necessary target information.
Under General check This project is parameterized:

Inside that, we add a TARGET parameter with a default value.
Under Build Triggers, we specify an authentication token to be passed as a parameter while remotely triggering a build:

Try to ensure that this token is sufficiently ...