Hi Richard,
Yes. project1 is existed in jenkins
Regards,
Suresh
On Mon, Jul 29, 2013 at 10:29 AM, Jeff Vincent [via Jenkins CI] <
ml-node+s361315n4674890...@n4.nabble.com> wrote:
> I actually have issues but with the UI. I point the copy job url to
> another Jenkins instance. It brings up a
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
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
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
I am having a hard time connecting a windows XP slave to a jenkins build
system. Builds currently take place on linux, unix, and windows 7.
I successfully installed the JNLP option as a service, as is working for
windows 7. However it is unreliable, sometimes won't start, and after a day
or two
In the cases which mattered to us, we always needed desktop access (user
interface tests, etc.). Since we needed desktop access, I saw only unworkable
limitations running as a service and decided that it was much better to use
Startup than to attempt to detect and resolve all the issues which m
Thanks, that did it.
On Saturday, July 27, 2013 2:44:02 PM UTC-4, Daniel Beck wrote:
>
> You could try changing it where you first set it:
> http://hostname/descriptorByName/hudson.tools.JDKInstaller/enterCredential
>
> On 27.07.2013, at 17:38, myli...@gmail.com wrote:
>
> > Does anyone know o
Hi Bob,
You can use the Node Label Parameter plugin to also send the node. I use this
extensively to share workspaces between my orchestration- and builder-projects.
Best regard,
Med venlig hilsen
Thomas Vestergaard Trolle
Sendt fra min iPhone
On 22/07/2013, at 15.44, Bob Bick wrote:
> T
Hello,
I've got it going using Startup + a batch script, but does it work
when installed as a service?
I don't want to babysit the slaves and using Startup is a gross hack
for this (the user needs to be logged in, there's a console window
anyone connecting to the slave might close by accident, etc