Request to be made maintainer of jquery-plugin

2019-08-20 Thread Basil Crow
See: https://github.com/jenkins-infra/repository-permissions-updater/pull/1263 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Scheduling the new build from another project/build with params

2019-08-20 Thread Miro Karvonen
I would like to have my plugin to schedule a new builds in specific project, from another project/build. And at the same time provide a few variables to a new build. I have a classes that implements SimpleBuildStep and Builder that should do the scheduling logic. I managed to find the Job

Custom WAR Packager plans: 1.x work and new 2.0 alpha releases

2019-08-20 Thread Oleg Nenashev
Hi all, You may have noticed that there have been new Custom WAR Packager (CWP) releases recently: 1.7 , 2.0-alpha-1

Re: Jenkins job failure analysis

2019-08-20 Thread Mark Waite
This is a question best asked on the user mailing list. The developer list is used for development discussions related to Jenkins and its components (plugins, modules, etc.). Jenkins executes processes (junit tests, for example) and reports the return value of those processes and optionally

Jenkins job failure analysis

2019-08-20 Thread Sameer
Hi, I have been building my Java application using Jenkins (ver. 2.187) which was running in an EC2 instance. My code has Junit tests also. However sometimes the job fails for no reason valid to the code. Once the EC2 instance was upgraded with better resources it started working smoothly. Is