This is what I use to copy a job:
java -jar c:\jenkins-cli.jar -s http://jenkins copy-job --username
myjenkinsuser --password myjenkinspassword job-name new-job-name
I think you are missing username and password parameters.
Derek . . .
On Thursday, July 11, 2013 9:39:20 PM UTC-7, suresh kamin
To elaborate a little: As I understand it you can copy the chosen job
folders from $JENKINS_HOME/jobs on one server to $JENKINS_HOME/jobs on the
second server and then
run "reload configuration form disk" from the Manage Jenkins page.
Derek . . .
On Thursday, May 30, 2013 8:35:09 AM UTC-7, Ad
We have big Jenkins instance running 100's of jobs all pulling source from
subversion. That said I have not come across a subversion merge package for
Jenkins.
It seems to me that you need to write a script around the svn merge command
and run it from a Jenkins job.
Derek . . .
On Friday, M