Re: Dynamic UI Change in Jenkins

2019-12-09 Thread Mahendra Tripathi
Hi, Why don't you try active choice reactive parameter. It might not be exactly as you need but it should do the trick. Regards, Mahendra Tripathi On Mon, Dec 9, 2019, 3:49 PM chenna keshav wrote: > Hi Everyone, > > I am stuck with one of Jenkins issue... > I need to enab

Re: Stop logged in users from cancelling a queued job

2019-05-19 Thread Mahendra Tripathi
it currently. [image: role.PNG] Regards, Mahendra On Friday, 17 May 2019 18:29:28 UTC+5:30, Mahendra Tripathi wrote: > > Hi, > > I am able to see that one of my authenticated use(don't know which one) > kills the jobs in my Jenkins queue. > I wanted to know if I can eit

Stop logged in users from cancelling a queued job

2019-05-17 Thread Mahendra Tripathi
this. regards, Mahendra -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the w

Re: Unable to Perform Maven Release build with Github on Jenkins 2.7.X

2017-01-23 Thread Mahendra
Evne the pom has the SNAPSHOT version in it On Tuesday, January 24, 2017 at 1:20:59 AM UTC+5:30, Mahendra wrote: > > Dont know why this error is coming because snapshot build is successful > before triggering the release build. Not sure where it is looking for > snapshot > > O

Re: Unable to Perform Maven Release build with Github on Jenkins 2.7.X

2017-01-23 Thread Mahendra
HOT project in the reactor > projects list. -> [Help 1]*” > > > > Your pom does not have SNAPSHOT version so nothing for release plugin to > convert to release version. > > > > > > *From: *> on behalf of Mahendra > > > *Reply-To: *

Unable to Perform Maven Release build with Github on Jenkins 2.7.X

2017-01-23 Thread Mahendra
Hi All, I am trying to perform release build on github via Jenkins 2.7.2 is below two ways. Facing the differnet ERROR each time Case1; I am using maven relelease plugin (m2 plugin). My githbu authentication is ssh based authentication. the snapshot build is successful without any issue.