Jenkins cli copy command not working

2013-07-30 Thread suresh
Hi, I am not able to 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

Re: Jenkins cli copy command not working

2013-07-30 Thread Steffen Breitbach
Hi suresh! On Mon, 2013-07-29 at 23:43 -0700, suresh wrote: 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 It is jenkins-cli.jar, not jenkins.jar. Regards Steffen -- You

Re: Jenkins cli copy command not working

2013-07-30 Thread suresh
Hi Richard, When i try, list-jobs All and list-jobs showing *No such command: list-jobs* On Tue, Jul 30, 2013 at 2:14 PM, Richard Bywater-2 [via Jenkins CI] ml-node+s361315n4675098...@n4.nabble.com wrote: Are you able to do a java -jar c:\jenkins-cli.jar -s http://localhost:8181/jenkins

Error when trying to add Bitbucket repository

2013-07-30 Thread Jayanga Wagaarachchi
Hi, I am having trouble with configuring bitbucket with Jenkins for couple of days. I don’t know what am I doing wrong so I kindly request your help. I have created public and private keys with ssh-keygen command. In fact I am following

Environment variable not set correctly by [EnvInject]

2013-07-30 Thread Sylvain Ho
Dear all, I am trying to use Jenkins with testlink plugin, I have to run this script on a remote windows machine, I need to retrieve %TESTLINK_TESTCASE% and keeps on returning empty strings :( Anybody have seen this issue? in the beginning of my script a call a set in order to retrieve all

Jenkins not killing spawned Tomcat

2013-07-30 Thread joseph aspelund
I am running integration tests and starting a Tomcat instance as part of a job that I need to be stopped when the job ends, even if the job fails. The Tomcat server is being started as part of an Ant task and I have tired starting the server both by using the Tomcat startup script and the

Re: Looking for suggestions on how to gather more information about an error on the Build History buildTimeTrend pages?

2013-07-30 Thread OSUBeavBane
Here is what I know about this issue. I'm running 1.519 right now. I have had this problem for a long time, as long as I have been using Chrome I think, certainly as far back as at least 1.433. I run into the problem when I am tracking a build error over several builds. I usually see the

Is there a chance to get Subversion 1.8.x running with jenkins?

2013-07-30 Thread cjs1976
Hi! I made a big mistake. I changed our subversion to the newest version. Everything works fine. All our IDEs and tools are able to handle it, but not Jenkins. As I understood, Jenkins uses SVNKIT. There is an alpha version of SVNKIT which supports the subversion 1.8.x format. Is there a

Upstream Build Parameters in Build Pipeline Plugin

2013-07-30 Thread sajjadmehdi
I am trying to configure a Build pipeline with 1 Build Job and 4 Deployment jobs based on the Build Job. My build job will copy the artifact to Artifactory. I want the Deploy jobs to fetch artifacts from Artifactory for deployments based on the Build Number of the first job. Is there any

Re: Upstream Build Parameters in Build Pipeline Plugin

2013-07-30 Thread sajjadmehdi
This has been resolved, i upgraded to Build Pipeline Plugin 1.3.5. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Upstream-Build-Parameters-in-Build-Pipeline-Plugin-tp4674896p4675073.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received

Re: Setting up Jenkins with Perforce, need help

2013-07-30 Thread valipost
Hello Mark, I found where my problem was. In the plugin configuration it says to set the p4path to the file which contains p4.exe, not the full path (aka C:/fullpath/p4.exe). When I added p4.exe in the path, it worked. -- View this message in context:

Perforce + Jenkins, creating a label after a build

2013-07-30 Thread valipost
Hello. My question is rather simple, yet I didn't find anything after searching here and on google. After a build, I want to create a label with the changelist description (the commit comment) in it, but I can't find how to get it. There is ${P4_CHANGELIST} to get the changelist number, but

Re: Jenkins-job-builder - getting started problems

2013-07-30 Thread Harsh Desai
I am trying to use jenkins job builder to manage my jenkins instance. However, JJB can't even connect to my jenkins due to a URL open error. Can anybody help me here? root@infra-puppet:/etc/jenkins_jobs# jenkins-jobs -l debug test configs/jj-test-sanity.yml DEBUG:root:Reading config from

Jenkins Job Builder URL open error

2013-07-30 Thread Harsh Desai
I am trying to use jenkins job builder to manage my jenkins instance. However, JJB can't even connect to my jenkins due to a URL open error. Can anybody help me here? root@infra-puppet:/etc/jenkins_jobs# jenkins-jobs -l debug test configs/jj-test-sanity.yml DEBUG:root:Reading config from

Re: Jenkins Job Builder URL open error

2013-07-30 Thread Richard Bywater
Judging by the error, it looks like you've possibly quoted the URL in the jenkins_jobs.ini file? Remove the quotes and I think you'll be fine. Richard. PS Please don't double post problems :) On Wed, Jul 31, 2013 at 10:17 AM, Harsh Desai attitude.ha...@gmail.comwrote: I am trying to use

Re: Jenkins Job Builder URL open error

2013-07-30 Thread Harsh Desai
Thanks ! That worked. Sorry for double-posting. I will delete the duplicate post now. On Tuesday, July 30, 2013 3:24:23 PM UTC-7, Richard Bywater wrote: Judging by the error, it looks like you've possibly quoted the URL in the jenkins_jobs.ini file? Remove the quotes and I think you'll be

Re: Jenkins Job Builder URL open error

2013-07-30 Thread Richard Bywater
No worries - glad that you got it working. Richard. On Wed, Jul 31, 2013 at 11:23 AM, Harsh Desai attitude.ha...@gmail.comwrote: Thanks ! That worked. Sorry for double-posting. I will delete the duplicate post now. On Tuesday, July 30, 2013 3:24:23 PM UTC-7, Richard Bywater wrote: