pipeline loading error after upgrade to 2.19.1 LTS from 2.7.4 LTS

2016-10-28 Thread Hemang Lavana
Hi, I have a pipeline code working on 2.7.4 LTS. After I upgraded to 2.19.1 LTS, it fails to load the pipeline script from git. I need some help in how to find the root cause of following failure: ... org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScri

[workflow-plugin] asynchronous model to trigger multiple downstream jobs

2015-02-11 Thread Hemang Lavana
Hi, I have 3 jobs: A, B and C in stage 1 to be run in parallel and two jobs: X and Y in stage 2. I would like to kickoff job X as soon as jobs A and B complete and kickoff job Y as soon as jobs B and C complete. I found a similar question on stackoverflow: http://stackoverflow.com/questions/15

Re: gitblit integration not working anymore

2014-03-28 Thread Hemang Lavana
> https://github.com/jenkinsci/git-plugin/commit/b46de67f7f30139f5a876b6f1c6f21fcdbfea821 > > > The bug report is > > https://issues.jenkins-ci.org/browse/JENKINS-22064 > > Mark Waite > > > On Fri, Mar 28, 2014 at 11:43 AM, Hemang Lavana > > > wrote

gitblit integration not working anymore

2014-03-28 Thread Hemang Lavana
Hi, It seems that there is some issue with gitblit integration in the recent versions or something not setup correctly in my environment. I downloaded and installed jenkins LTS 1.532.2 and installed latest git plugin 2.0.4 and git-client plugin 1.7.0. In a job, I selected: * SCM as Git ** Repo

jenkins login issue under tomcat

2014-03-07 Thread Hemang Lavana
Hi, I have installed jenkins LTS ver 1.532.2 under tomcat and have enabled security via servlet container as follows: Access Control -> Security Realm -> Delegate to servlet container The tomcat server is configured to use LDAP for authentication. The login process works fine but upon login

Re: Why is there no "retry job" feature or plugin?

2013-10-30 Thread Hemang Lavana
Hi, Please take a look at the rebuild plugin: https://wiki.jenkins-ci.org/display/JENKINS/Rebuild+Plugin I believe it does exactly what you are asking for. Thanks, Hemang. On Wednesday, October 30, 2013 9:09:39 PM UTC-4, Stabledog wrote: > > I have used Jenkins for years. The one thing that