Re: issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Kamal Ahmed
i am getting the following in Javascript console when i do a pull down and try ot select : Add Build Step --> execute Shell http://localhost:9000/$stapler/bound/1eaa24a7-91e6-4e03-bc47-3c54c39940b5/render 1. POST http://localhost:9000/$stapler/bound/1eaa24a7-91e6-4e03-bc47-3c54c39940

Redeploy the old artifacts

2012-12-05 Thread Anba
Dear Friends, I'm new to CI and Jenkins. Here i want to deploy the old artifacts into servers. For example i have done 10 builds and deploy those build into servers. Here i want select very 1st build and deploy into server(with old source code). Is this possible to achieve . if so could plea

RE: issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Alex Earl
Any errors on the JavaScript console? Sent from my Windows Phone -- From: Kamal Ahmed Sent: 12/5/2012 6:55 PM To: jenkinsci-users@googlegroups.com Subject: issue with Chrome Version 23.0.1271.95 There seems to be an issue with Chrome Version 23.0.1271.95. Pull Down Men

issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Kamal Ahmed
There seems to be an issue with Chrome Version 23.0.1271.95. Pull Down Menu Items stop working in a project. I was not able to create "Execute Shell". I then switched over to Firefox, and the same version of Jenkins  1.492 , works Just thought to let you guys know. -Kamal.

Re: Jenkins-TFS-MSBuild

2012-12-05 Thread Tan Yeong Sheng
check that the node that you are running the build on has ms sdk v7.1. you need to update the registry to point to the newer sdk. ms sdk 7.0A just won't cut On Dec 6, 2012 4:25 AM, "dmatrix" wrote: > Hello, I'm new to Jenkins. > > I have MSBuild and TFS server plug-ins installed. I could run msb

slave setup with VPN connectivity

2012-12-05 Thread Kamal Ahmed
I am trying to setup a slave from home while on VPN. The master is on my laptop on the 192.168.x.x. net and i also have 143.123.x.x thru the VPN but i just cannot seem to connect to the slave via home. I tried using the ssh approach, but i just get a wheel turning forever and dont get any trace

Re: Jenkins-TFS-MSBuild

2012-12-05 Thread Slide
Can you post your log output and possibly the pertinent settings for the msbuild plugin that you have setup? On Wed, Dec 5, 2012 at 1:25 PM, dmatrix wrote: > Hello, I'm new to Jenkins. > > I have MSBuild and TFS server plug-ins installed. I could run msbuild > command line and my project is su

Jenkins-TFS-MSBuild

2012-12-05 Thread dmatrix
Hello, I'm new to Jenkins. I have MSBuild and TFS server plug-ins installed. I could run msbuild command line and my project is succeeded, but on Jenkins it keeps giving me error MSB1008 or MSB1009. What is the right configuration for Jenkins/Build/Build a VS project/MSBuild Build File? My .s

Problems with Windows Slaves: hudson.util.IOException2: remote file operation failed

2012-12-05 Thread Joshua Boyd
I am running Jenkins 1.480.1 on a Linux server. I have an XP slave for running browser tests. The slave is launched by javaws pointed at the jnlp URL given in the master in a batch file in the startup folder. For the last couple of nights, starting sometime between 12:00 and 1:00 AM until so

Antwort: Jenkins workflow

2012-12-05 Thread Andreas Schilling
Hello Mary, welcome to the nice world of Jenkins :-) Please, for the very, very basics it would probably be a lot better to learn them yourself. Else you will be ending up asking a question for every single step and this is not what this mailing list is meant for. A very good resource to start w

Re: Has anyone used dr memory plugin on linux

2012-12-05 Thread jes Struck
Hey Sohel, The first delivery was only intended to work on Windows, which is the reason for your error. We deliver sponsored work on our open source projects, and we estimate it will take around 1 day's work for 1000 euros. Or you are welcome to contribute your self. Sincerely Jes *Jes Struc

Jenkins workflow

2012-12-05 Thread Mary
Hello, I am new to Jenkins and I don't understand exactly the job workflow. Please, help me. So, I have my project on GitHub and CI server with Jenkins. What Jenkins will do during the first job execution? What Jenkins will do in the next job executions? Is here a possible way not to clone from

Re: how can I make timed out builds failed rather than aborted?

2012-12-05 Thread Adam PAPAI
Yes, the plugin version 1.10 was/is broken. So if you upgrade to 1.11 you don't have to hack the xmls. Fred G wrote: Hi, Selecting the check box "Fail the build" which is provided by the Build Timeout plug-in works for me as expected. I'm using version 1.11 of the plug-in. Regards, Fred On

Re: how can I make timed out builds failed rather than aborted?

2012-12-05 Thread Fred G
Hi, Selecting the check box "Fail the build" which is provided by the Build Timeout plug-in works for me as expected. I'm using version 1.11 of the plug-in. Regards, Fred On Wednesday, December 5, 2012 10:41:09 AM UTC+1, Chris Withers wrote: > > Hi All, > > When using the facility to time bui

Re: how can I make timed out builds failed rather than aborted?

2012-12-05 Thread Adam PAPAI
it's a bug in jenkins. You can change it via the config.xml and restart the job itself. I'm configuring the our systems via config.xml. The related part is: plugin="build-timeout@1.10"> 10 true false 0 absolute 3 failBuild has to be set to

Re: Solved: java.lang.InstantiationError: org.eclipse.jgit.lib.Repository

2012-12-05 Thread Vanuan
Thanks, man! This really helped me.

Re: Matrix-based security workspace access - quick question

2012-12-05 Thread cjo
Why not just archive the artifacts that everyone can access, which are then available via the artifacts link, while the workspace is still locked to those who can access it. Add this as a post build action. Chris. On Tuesday, December 4, 2012 6:05:11 PM UTC, zw wrote: > > Hi > > We currently a

how can I make timed out builds failed rather than aborted?

2012-12-05 Thread Chris Withers
Hi All, When using the facility to time builds out if they take too long, how can I make the end state 'failed' rather than 'aborted'? Aborted seems to be more of a 'user cancelled, probably nothing to worry about' while timing out more often tends to be 'danger danger: someone checked in co