Re: Passing environment variables using the parameterized trigger plugin

2016-05-10 Thread Prashant Sawant
Hi I am calling parameterized build using below , where RELEASE_VERSION = 1.0 , DEV_BUILD = 1 and SVN_REVISON=227 PROD_VERSION=$RELEASE_VERSION.$DEV_BUILD_$SVN_REVISION the parameter used in called build as PROD_VERSION=1.0.$DEV_BUILD_227 am I need to do something different to get PROD_VERS

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-23 Thread Prashant Sawant
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) On Tuesday, March 8, 2016 at 8:03:03 PM UTC, Daniel Beck wrote: > > > On 08.03.2016, at 19:21, Prashant Sawant > > wrote: > > >

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-09 Thread Prashant Sawant
Jenkins is on 1.624 ... On Tuesday, March 8, 2016 at 8:03:03 PM UTC, Daniel Beck wrote: > > > On 08.03.2016, at 19:21, Prashant Sawant > > wrote: > > > I am facing same issue ... my slave,jar and remoting.jar are both on > 2.52 , still it's giving me security i

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-08 Thread Prashant Sawant
Jenkins master is hosted on Windows server 2012 and I am trying installing slave on separate Windows Server 2012 On Tuesday, March 8, 2016 at 6:21:26 PM UTC, Prashant Sawant wrote: > > Hi There , > I am facing same issue ... my slave,jar and remoting.jar are both on 2.52 > , still

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-08 Thread Prashant Sawant
Hi There , I am facing same issue ... my slave,jar and remoting.jar are both on 2.52 , still it's giving me security issue can you please advice Thanks Prashant On Wednesday, July 22, 2015 at 7:33:06 PM UTC+1, Kohsuke Kawaguchi wrote: > > Yes, my code signing certificate expired. > > Up until

Taggin in Git using jenkins

2013-11-25 Thread Prashant Sawant
Hi I have a build pipeline with around 10 modules to build , at the end of 10th module I want to tag the GIT with build pipeline build number Currently I added the following in post build script git tag ${BUILD_TAG} git push --tag but it tag with 10th module name and build number , which is n