Clearcase, UCM and polling

2015-07-22 Thread Chris Williams
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

Re: How do i pass a build number to a downstream job for jobs that are part of a Build Pipeline

2014-07-30 Thread Chris Williams
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

Deletion of sub projects via Jenkins Job generator?

2014-07-28 Thread Chris Williams
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