Re: GitHub and Bitbucket branch source UI refactoring

2017-08-03 Thread Tim Downey
Hi Michael -- I finally go around to upgrading as well and am facing the same problem. Have you worked around this? Are you just supplying the XML directly? On Tuesday, July 11, 2017 at 8:39:29 PM UTC-4, Michael Kobit wrote: > > Finally got some time to try it out (sorry!) and I know the PR ha

Dynamic Parameter to Build without Active Choices Plugin

2017-05-17 Thread Tim Downey
Hi, I have some builds that use the Active Choices plugin to call a REST api to build a list of parameter choices at the time the job runs. Now that Active Choices and Scriptler have been removed from the Update Center, I'm wondering if there are any more secure alternatives? I've been lookin

Re: Pipeline Model Definition from within a global shared library?

2017-03-09 Thread Tim Downey
Closing the loop on this in case it helps out someone else. This is not currently possible. See JENKINS-42224 <https://issues.jenkins-ci.org/browse/JENKINS-42224> for more info. Thanks Andrew Bayer for letting me know. On Wednesday, March 8, 2017 at 3:11:31 PM UTC-5, Tim Downey wrote:

Pipeline Model Definition from within a global shared library?

2017-03-08 Thread Tim Downey
Hi, Is it possible to run a pipeline model definition job from within a shared global library? I'm trying to take the whole pipeline model and extract it into a simple shared lib. I'm trying to take something like this: https://github.com/jenkins-infra/pipeline-library/blob/master/vars/buildP

Re: How to know the 'changed' state of a Pipeline Model Definition based build?

2016-12-08 Thread Tim Downey
lt;< config.emailRecipients } if (status != "SUCCESS") { to << emailextrecipients([[$class: 'CulpritsRecipientProvider']]) } to = to.join(',') emailext(body: content, mimeType:'text/html', replyTo: '

How to know the 'changed' state of a Pipeline Model Definition based build?

2016-12-07 Thread Tim Downey
Hi all, Has anyone come to a satisfactory way to know the build status during pipeline model definition in terms of things like emailing on build state changes? Nominally, we only want to email folks on failures and on build state changes, but I want the email to be able to say why the build s

Re: Trigger from pipeline model definition plugin

2016-11-22 Thread Tim Downey
ommitHooks: true]), but we don't currently allow the $class > approach to be used for specifying triggers, parameters, job properties or > wrappers in Declarative. > > A. > > On Thu, Nov 17, 2016 at 7:12 AM, Tim Downey > wrote: > >> Hi Daniel. Thanks for the sugg

Re: Trigger from pipeline model definition plugin

2016-11-17 Thread Tim Downey
pipeline, scm] On Thursday, November 17, 2016 at 9:47:07 AM UTC-5, Daniel Beck wrote: > > > > On 17.11.2016, at 15:17, Tim Downey > > wrote: > > > > I went ahead and tried poll as a trigger, but as you can see, that is > not supported. Supported methods wit

Trigger from pipeline model definition plugin

2016-11-17 Thread Tim Downey
Hi all, I'm using the pipeline model definition plugin (which is great btw!) to specify my pipelines. I have a question about trigger though. I'd like to use a poll based trigger instead of cron, but it's not clear on if it is supported. Can anyone provide any feedback? Here's the example f

Re: The new Global Pipeline Library

2016-09-21 Thread Tim Downey
Hellojust giving this thread a bump as I'm having the same questions. What exactly is supposed to be the configuration for Modern SCM? I have been able to get it to work using the Legacy SCM to point at my git repo. On Monday, September 12, 2016 at 3:48:02 AM UTC-4, Sverre Moe wrote: > > T

Re: Possible regression from JENKINS-32326?

2016-08-23 Thread Tim Downey
st 23, 2016 at 3:31:42 PM UTC-4, Daniel Beck wrote: > > > > On 23.08.2016, at 20:31, Tim Downey > > wrote: > > > > Am I understanding correctly that the slave should be picking up the > proxy settings from the master? If so, is it supposed to be picking it up >

Possible regression from JENKINS-32326?

2016-08-23 Thread Tim Downey
Hi, I just updated my Jenkins to 2.7.2 and am having issues with my slave nodes. From the looks of things, it may be related to JENKINS-32326 . I'm hoping someone familiar with the issue can either tell me I'm wrong or help me figure out th