Re: kicking off a job on a remote Jenkins - quick question

2013-01-11 Thread Clemens
Just a question, are you running any Security Settings on your Server ? My command would only work on a "Not secured" Server. And connected to your Error Message, i would guess you are having your Jenkins secured, am i right ?

Re: kicking off a job on a remote Jenkins - quick question

2013-01-11 Thread Clemens
Sry, go you wrong, my mistake.. Your command should look like this: java -jar jenkins-cli.jar -s http://YOURSERVER:8080 build JOBNAME -p SVN=VALUE While SVN would be a parameter at your job, thats how i call a job with my jenkins-cli.jar and parameters

Re: kicking off a job on a remote Jenkins - quick question

2013-01-11 Thread Clemens
Hi, you could start your Job via url and transmitting a parameter, which includes your svn revision Number. See Example: YOURSERVER/jobs/JOBNAME/buildWithParameters?PARMNAME=SVNREVISIONNUMBER In case your remote job is parameterized your SVNREVISIONNUMBER will be set as parameter value and is u