Request access to the docker* repositories on GitHub

2019-07-20 Thread Slide
I am working on adding Windows docker images for docker-slave, docker-jnlp-slave and docker (Jenkins master). I would also like to help with the stalled multiarch stuff. Thus, I would like to request commit access to those repositories on GitHub. I will do all modifications via PR's and only merge

Re: XTrigger-Lib needs maintenance/release

2019-07-20 Thread Tony Noble
Okay, so modifications: - No need to add me as maintainer for envinject-lib - XTrigger-lib plugin replacement will be named XTrigger-api-plugin On that basis, if someone could add me as maintainer for the rest, it'd be much appreciated. Tony On Sat, Jul 20, 2019 at 7:15 PM Oleg Nenashev

Re: XTrigger-Lib needs maintenance/release

2019-07-20 Thread Oleg Nenashev
My plan was to keep EnvInject Lib as a temporary lib until all plugins and "libs" switch to EnvInject API. Then I would have moved the code and removed the library repository. It was at the time of a Pipeline compatibility effort 4 years ago. But we have not been able to rework all Geegory's

Re: XTrigger-Lib needs maintenance/release

2019-07-20 Thread Daniel Beck
> On 20. Jul 2019, at 14:52, Tony Noble wrote: > > Another point to note - given that the goal for xtrigger-lib is to convert to > a plugin, the natural name for it would be xtrigger-plugin. But that's > obviously taken as noted above - rather than go off on the wrong track, would >

Re: XTrigger-Lib needs maintenance/release

2019-07-20 Thread Tony Noble
@jglick , @oleg-nenashev Using xtrigger-plugin as a guide, I'd suggest that the following should be grouped together as previously owned by Gregory. As such, please could I be added as maintainer on github to: - FSTrigger Plugin -

Fetch executor details

2019-07-20 Thread selva vignesh
Hi, I am developing Jenkins for my personal work. In that plugin I want to fetch the executor details like 1)No of executor available 2) How many executors are idle/ running for job 3) Any listeners available to find executor added/deleted Kindly advise me to achieve above work item and share me

Re: Incrementals error in Jenkins CI for GitLab Branch Source Plugin

2019-07-20 Thread Parichay Barpanda
Hi Gavin, I don't exactly understand what you are saying. It would be great if you send a pr or point to the code where the problem is when you find time. Thanks in advance. On Sat 20 Jul, 2019, 12:51 Gavin, wrote: > Arg. Can't navigate jira well on the phone. I'll comment there tomorrow if >

Re: JDK Tool Plugin: Renaming to Oracle JDK Installer and next steps

2019-07-20 Thread Oleg Nenashev
Meanwhile, I have released 1.3 which includes the documentation and Web UI patches: https://github.com/jenkinsci/jdk-tool-plugin/releases/tag/jdk-tool-1.3 On Thursday, July 18, 2019 at 3:10:17 PM UTC+2, Oleg Nenashev wrote: > > Hi all, > > I would like to provide some heads up about what's

Re: Incrementals error in Jenkins CI for GitLab Branch Source Plugin

2019-07-20 Thread Gavin
Arg. Can't navigate jira well on the phone. I'll comment there tomorrow if I remember. Unless some weird transpiler, you can't interpolate variables inside double quotes in JavaScript (you could in coffee script). You need backticks or concatenation. I'll try to submit a PR or something but