Re: How are env, currentBuild, etc. bound to vars in shared library

2019-07-18 Thread Ken Petti
? On Thursday, July 18, 2019 at 11:32:55 AM UTC-4, Ken Petti wrote: > > Hello, > > I'm developing a shared library for us across several business units. We > want to have 1 repo that all BU's can use, but also want to separate > functionality by business unit. Ad

How are env, currentBuild, etc. bound to vars in shared library

2019-07-18 Thread Ken Petti
Hello, I'm developing a shared library for us across several business units. We want to have 1 repo that all BU's can use, but also want to separate functionality by business unit. Additionally, we want users to consume the latest non-breaking changes of the library. I'm experimenting with a na

EC2 cloud plugin config is removed at restart

2017-09-20 Thread ken . petti
I’m seeing a problem with the EC2 plugin configuration. I have a stored config.xml file that I deploy to a new Jenkins master, overwriting the default. When I restart the service or reload configuration, that file is modified and th

Kick off parallel subjobs with file parameters

2014-04-17 Thread Ken Petti
Hello all, I'm trying kick off a master job that passes its string and file parameters to two subjobs that it starts in parallel. The master job then waits for the status of the two subjobs, prints their status to the console, and then fails if either subjob failed. I've investigated the Build