Image Tag Parameter Plugins

2019-12-17 Thread Stephane Nsakala
Hi, I have been looking for a plugin that can list container image tags on a repository and use it as a parameter for the build. I finally wrote one for my needs. see https://github.com/maduma/image-tag-parameter-jenkins It was fun to code ;) Do you know if such plugins exist already ? I

Re: Is wiki.jenkins.io down today?

2019-12-17 Thread Mark Waite
Thanks for reporting that. We're working on a fix now. On Tue, Dec 17, 2019 at 9:27 AM Lee Meador wrote: > Its acting like a DNS problem > > -- Lee Meador > Sent from gmail. My real email address is lee AT leemeador.com > > -- > You received this message because you are subscribed to the

Is wiki.jenkins.io down today?

2019-12-17 Thread Lee Meador
Its acting like a DNS problem -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: why does multibranch pipeline fetch branch source 3 times?

2019-12-17 Thread Tim Black
Understood. Note that, even with "CleanBeforeCheckout" I have to "re fetch tags" because my initial checkout, the one that "Discover Tags" causes, is cleaned up afterwards. This is very counter-intuitive, because there's no high level description of what's going on, or why, or what all the

Re: why does multibranch pipeline fetch branch source 3 times?

2019-12-17 Thread Mark Waite
On Tue, Dec 17, 2019 at 7:45 AM Tim Black wrote: > Thanks for the info Mark! I'm curious what are the "use cases that might > break" if I enabled "Honor refspec on initial clone" which you mention in > your Live Demo video around 7:55. > As an example, the Git plugin and the Git client plugin

Re: why does multibranch pipeline fetch branch source 3 times?

2019-12-17 Thread Tim Black
Thanks for the info Mark! I'm curious what are the "use cases that might break" if I enabled "Honor refspec on initial clone" which you mention in your Live Demo video around 7:55. I would guess that my team's use case, which is performing branch-specific multibranch pipeline builds that do not