Re: Reg:Jenkins cli copy job

2013-07-28 Thread suresh
the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [hidden email]<http://user/SendEmail.jtp?type=node&node=4674890&i=3> >> . >> For more options, visit https://group

Re: Reg:Jenkins cli copy job

2013-07-28 Thread Jeff
I actually have issues but with the UI. I point the copy job url to another Jenkins instance. It brings up a list of jobs. I select one and attempt to copy and it says "not a job" or some similar error. Other jobs work fine. I wonder if it is a similar issue. On Sun, Jul 28, 2013 at 10:48 PM

Re: Reg:Jenkins cli copy job

2013-07-28 Thread Richard Bywater
Are you sure that "project1" actually exists and is called exactly what you are providing? (Not sure if case matters etc. but worth checking) Richard. On Mon, Jul 29, 2013 at 4:35 PM, suresh wrote: > Hi, > > I am not able to create the copy the job from copy-job command > > Explain: > > I creat

Reg:Jenkins cli copy job

2013-07-28 Thread suresh
Hi, I am not able to create the copy the job from copy-job command Explain: I created Jenkins user suresh and password suresh Below command i tried but did not work >java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job project1 project2 --username suresh --password suresh Below