Jenkins Slack notifications

2019-06-27 Thread Stuart Cracraft
Hi, I've got Jenkins interfaced with Slack so that the developers (including me) can see the build notifications from Jenkins after builds. Unfortunately, the Open button in those messages does not reveal the detail due to a lockdown on the network between the Jenkins server and Slack which

Re: Issues running a Jenkins job with parameters via jquery/ajax - api

2019-06-27 Thread Cliff Hanger
Any suggestions?? On Tuesday, June 25, 2019 at 10:07:37 PM UTC-7, Cliff Hanger wrote: > > Hi, > > I have the below code, somehow I just cant seem to pass the parameters to > Jenkins: > > >var parameters = '{"parameter": [{"name":"id", "value": "2"}, > {"name":"id2", "value": "testing"}]}';

Re: Repeat Build with Parameters

2019-06-27 Thread R. Tyler Croy
(replies inline) On Wed, 26 Jun 2019, Madhusudan G J wrote: > I am new to jenkins and needs help, how do I build with parameters script till > I pass "No" parameter. > > Currently, I have a script, which will run and complete, when I click on build > with parameters. But I would like to gather

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-27 Thread Eric Pyle
I don't think that will help. The CLI changed in a recent release, and even without the reverse proxy you have to change how you use it. Did you have a look at the "Common Problems with the CLI client" in the docs? Remember that the username you are passing with -user is a Jenkins user id, not

Repeat Build with Parameters

2019-06-27 Thread Madhusudan G J
Hi, I am new to jenkins and needs help, how do I build with parameters script till I pass "No" parameter. Currently, I have a script, which will run and complete, when I click on build with parameters. But I would like to gather the different parameters for different builds one after the