Files
cje-crash-course/exercises/03-build-trigger-and-steps/solution/solution.md
Benjamin Muschko 248499c8f6 Initial commit
2019-11-17 16:40:48 -07:00

923 B

Solution

Modify the existing build parameter.

String Parameter

Add the cron build trigger and the build step.

Build Trigger And Step

The output render the interpolated value of the echo command.

Started by timer
Running as SYSTEM
Building in workspace /Users/bmuschko/.jenkins/workspace/freestyle/my-freestyle-job
[my-freestyle-job] $ /bin/sh -xe /var/folders/02/3dgzjkqj4kz0g7lnrk0w93c00000gn/T/jenkins3548490840940668236.sh
+ echo "Message: Hello World!"
Message: Hello World!
Finished: SUCCESS

Create a new job in the same folder.

Both Jobs In Folder

Configure the downstream job from the initial job.

Downstream Job Configuration

The downstream job indicates the upstream job.

Downstream Build Information