I'm trying to get Jenkins (version 1.616) to poll for changes every hour
using the ClearCase plugin (the UCM option) for Jenkins. When Jenkins is
comparing baselines, it is currently comparing the foundation baseline to
the foundation baseline, instead of comparing the last baseline used to t
Hi,
I usually add a "Predefined parameter" something like
MYBUILD_NUMBER=${BUILD_NUMBER} and use that environment variable
(Parameter) in the next build step.
Chris
On 30 July 2014 15:13, Eric Wood wrote:
> I use the build pipeline to manage a series of related jobs (downstream).
> I wa
Hi,
I'm using the Jenkins Job Generator plugin to generate/create a Delivery
Pipeline where the initial Job generator has a Sub project and a Downstream
project. Both the Sub and Downstream projects are Job generators.
The initial project has a global generation parameter called BRANCH_NAME
and i