Mando
Mando

Reputation: 11712

How to get $CHANGES from upstream Jenkins job?

At the moment I trigger a downstream build the $CHANGES variable is empty (though I have changes, once build is completed changes are displayed.

I'm trying to pass this variable to the downstream job as one of the predefined parameters and no wonder it receives nothing.

How can I pass upstream changes to a downstream project?

Upvotes: 0

Views: 1529

Answers (1)

Suresh
Suresh

Reputation: 750

Display Upstream Changes is a Publisher, and needs to be enabled on a per-project basis in the Post-Build section of the job config. Once enabled, all subsequent builds will show the changes from upstream jobs on the build summary page (NOT the Recent Changes page!) https://wiki.jenkins-ci.org/display/JENKINS/Display+Upstream+Changes+Plugin

Upvotes: 1

Related Questions