Re: JSON support for Jenkins createItem / create job

2014-10-09 Thread Sajith Kariyawasam
Thanks Daniel for the quick response. According to https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API seems the /job/JOB_NAME/build is a JSON based API. I was wondering why there is no JSON based API for creating a job.? For consistency I would expect a JSON based API. Any plans t

Re: buildWithParameters API not returning JSON response for Jenkins 1.575

2014-10-09 Thread Kai
Ahhh, thank you! Good find! :) Gosh, should've looked in the response header On Thursday, October 9, 2014 1:50:54 PM UTC-7, Daniel Beck wrote: > > > (I can't find any documentation in regards to this that something did > change > > Finding requires searching ;-) > > http://jenkins-ci.org

Re: buildWithParameters API not returning JSON response for Jenkins 1.575

2014-10-09 Thread Daniel Beck
> (I can't find any documentation in regards to this that something did change Finding requires searching ;-) http://jenkins-ci.org/changelog#v1.561 What's new in 1.561 (2014/04/27) * Return queue item location when triggering buildWithParameters. (issue 13546) https://issues.jenkins-ci.org/bro

buildWithParameters API not returning JSON response for Jenkins 1.575

2014-10-09 Thread Kai
Hi, I'm invoking a job in Jenkins like so: http://jenkins/job/test-job/buildWithParameters?environment=DEV&type=test with header Accept:application/json On Jenkins 1.552, when I invoke this API, I get a JSON response back I just upgraded to Jenkins 1.575, and whey I invoke the same API call w

Re: hudson configure system is missing email-ext configuration

2014-10-09 Thread Slide
Email-ext doesn't support Hudson. On Thu, Oct 9, 2014 at 11:39 AM, scott burns wrote: > we are using hudson 2.0 and email-ext 2.38.2. > > The global section is missing. When I go to manage plug ins it shows that > is installed > > > Email Extension Plugin >

Custom HTML Page

2014-10-09 Thread Sandeep Nanjegowda
Hi, I want to add Custom HTML page. Custom HTML page will takesinputs from user and invoke the Jenkins jobs. How can I do it. Do we have a plugin? . Can i just add HTML pages or Can I add JS also? Thanks Sandeep -- You received this message because you are subscribed to the Google Groups "J

hudson configure system is missing email-ext configuration

2014-10-09 Thread scott burns
we are using hudson 2.0 and email-ext 2.38.2. The global section is missing. When I go to manage plug ins it shows that is installed Email Extension Plugin This plugin is a replacement for Jenkins's email publisher 2.38.2 Globa

get the console output of all the Phase used as part of multiplugin in a email

2014-10-09 Thread lp
HI, I am using the Jenkins v1.572. and multiplugin as i have around 5 different phases in the project I am able to run the job successfully.As part of the email content i am trying to get all the job console output details in a single mail.. Need to know what is the setting i need to make as p

Re: JSON support for Jenkins createItem / create job

2014-10-09 Thread Daniel Beck
> Is there anyway I can avoid an xml file but to use a "JSON" for that? Does > Jenkins createItem / createJob API supports JSON inputs? No. It's less of an XML based API, rather you're passing in the job's new config.xml, which just happens to be XML. Likewise, the /job/jobname/config.xml URL

JSON support for Jenkins createItem / create job

2014-10-09 Thread Sajith Kariyawasam
Hi all, I was trying to use Jenkins REST apis, and have a requirement to create items / jobs via REST api, but I prefer JSON over XML. When I browse http://localhost:8080/api/ I can find following description Create Job To create a new job, post config.xml to this URL

Jenkins, SonarQube, and PHP

2014-10-09 Thread John Oliver
First, I'm not a developer / programmer, so a lot of this stuff is a black box to me :-) I've got a build server up. Jenkins is installed, and I've got it automagically checking commits out of stash. Now we want to send them to SonarQube for whatever it does. I installed the sonar plugin. I

Re: batch file is not an internal or external is not recognized as internal or external command

2014-10-09 Thread Les Mikesell
On Thu, Oct 9, 2014 at 10:34 AM, Menos II wrote: > Thanks for the quick reply! > > I set the path in system variables. I did not try calling it explicitly > within the command. I'll try that first thing in the morning and update this > thread with it's result. > So if I am correct I will need to c

RE: Start m2release plugin execution with dsl flow

2014-10-09 Thread James Nord (jnord)
I think (not tested) If you construct a ReleaseCause and an M2ReleaseArguments with the appropriate arguments You may be able to do this programmatically by scheduleBuild(0, new ReleaseCause(), parameters, arguments) However I think this may require a DSL extension in the plugin. /James From: j

Re: batch file is not an internal or external is not recognized as internal or external command

2014-10-09 Thread Menos II
Thanks for the quick reply! I set the path in system variables. I did not try calling it explicitly within the command. I'll try that first thing in the morning and update this thread with it's result. So if I am correct I will need to call C:\Program Files(x86)\Jenkins\workspace\[buildname] ba

RE: batch file is not an internal or external is not recognized as internal or external command

2014-10-09 Thread Rob Mandeville
How do you set the Windows path? If you’re not setting it in the job itself, consider it suspect. The PATH you get if you’re using the master node is the PATH that Jenkins launches with (is it set up as a service?). If you’re using a slave node, you get the PATH that the slave launches with.

batch file is not an internal or external is not recognized as internal or external command

2014-10-09 Thread Menos II
Hello, I am trying to build a Delphi XE6 project. The source code is being pulled from two subversion folders. Inside one of these folders are a few .bat files that need to be run. I assigned these .bat files to be run on a build task. When trying to build the project everything goes fine unt

Capitom & Jenkins wierd issue: The war file is at the specified location but it says the war file doesnot exist

2014-10-09 Thread jmkdev
Starting Capitomcat Tomcat deploy --- Capitomcat Tomcat Deploy : [Basic] --- [localhost] Stopping Tomcat: /etc/init.d/tomcat7 stop [localhost] Uploa

Allowing a job to run (triggered manually) only if a specific list of jobs are "blue" successful

2014-10-09 Thread Alon Nisser
Is there a way to achieve that? getting the status of other jobs and checking if last run was "success"? I don't want to automatically run this deployment job on the upstream success, but to trigger this manually. but still safeguard by checking upstream (multiple) success Thanks for the help

Start m2release plugin execution with dsl flow

2014-10-09 Thread thibaut bourquardez
Hello, on my project, i want to start the release of some maven project conditionnaly with Jenkins. i found the build flow plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin) which seems to be great for this, except on one point : i want to launch an execution of m2releas

Display a JSON response

2014-10-09 Thread RAKOTOARINJATOVO Yves Laurent
Hi everyone, I'm wondering if there's a plugin or an issue to display a JSON response from an Web Service Call In Jenkins . -- 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, se