Does anyone have configured Jenkins to spin up container in Fargate?

2019-04-08 Thread Neel Desai
h Jenkins is not spinning up containers in Fargate & just shows All nodes of label "fargate-slave" are offline. any suggestions on how to fix this? Thank you Neel Desai -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Create a Jenkins Pipeline job for merge requests

2018-05-22 Thread Neel Desai
Let me know if you get any work around solution. I am also looking for similar kind of functionality but for gerrit. On Monday, May 21, 2018 at 9:20:40 AM UTC-5, Supertwister wrote: > > Hello, > I've started lately to use Jenkins and i need some help with creating a > pipeline. > > I want to cre

Re: [EXTERNAL] - Re: Getting Current Build in Groovy

2017-11-06 Thread Neel Desai
That's my question. I know that only "Execute System Groovy script" can run on master and get this property but I want to get it from worker node. From worker node I want to get current jenkins instance. On Monday, November 6, 2017 at 4:38:10 AM UTC-6, Dirk Heinrichs wrote: > > Am 03.11.2017 u

Re: Getting Current Build in Groovy

2017-11-02 Thread Neel Desai
But are you runnint this job on master JVM? What about running it from slave node? How can I get the value? I am trying to execute it from slave node and it is giving me error. It is strict requirement for me to run it from slave machine only. On Thursday, March 15, 2012 at 8:47:03 AM UTC-5, Ja

How to change the jenkins job status to PASS/FAIL?

2017-10-19 Thread Neel Desai
Hello All, I want to change the status of my jenkins job based on the result of other parameter's value. How can I do that? I would prefer the through Jenkins REST API. If I can change with rest api, then it would be best solution. THanks, Neel Desai -- You received this message be

How to execute a jar file as a post build jenkins step?

2017-10-19 Thread Neel Desai
local machine's location. #!/bin/bash cd C://Users//XYZ//comparePFTRuns mvn exec:java -Dexec.mainClass="com.example.MainClass" Please let me know how can I do this? Thanks, Neel Desai -- You received this message because you are subscribed to the Google Groups "Jenkins Users&qu