Re: Deployment failure. Jenkins is unable to connect to repo.maven.apache.org

2012-08-16 Thread Qazwart
That's what I ended up doing. I set the proxy in my Maven settings.xml. That worked. I was hoping there was some universal proxy setting for Jenkins. I can't update the Jenkins war file directly. I have to download it to my system and then do a double sco. The Jenkins update center has a wa

Re: Deployment failure. Jenkins is unable to connect to repo.maven.apache.org

2012-08-16 Thread krishna chaitanya kurnala
Are you using a settings.xml ? You probably should put these details there. Thanks, Krishna Chaitanya On Thu, Aug 16, 2012 at 12:46 PM, David Weintraub wrote: > We have moved our Jenkins system to an isolated part of our network. I > can use a proxy to get plugins and keep them up to date, but

Re: Subversion plugin issues

2012-08-16 Thread Dustin Parker
In hudson.scm.SubversionSCM.xml, I have two entries for my server: ; The whole base64 encoded PKCS12 here; I can't figure out how it's encoded, just get Jenkins to do it The base64 encoded password here and

Help Files - Custom Action

2012-08-16 Thread jwa
Hi Folks, I'm writing a custom action, and I can't get help files to work! I've tried using the help attribute on the f:entry. It shows the help icon, but when clicked it doesn't show the details: And th

Re: Custom Action: Sending E-Mail

2012-08-16 Thread jwa
Hi Chris, Thanks for your help. That did the trick! :-) jwa On Tuesday, 14 August 2012 13:09:22 UTC+1, Christopher Orr wrote: > > On 08/14/2012 11:43 AM, jwa wrote: > > I've written a custom action, to integrate with some > > third-party proprietary mechanisms internally within the company I w

Deployment failure. Jenkins is unable to connect to repo.maven.apache.org

2012-08-16 Thread David Weintraub
We have moved our Jenkins system to an isolated part of our network. I can use a proxy to get plugins and keep them up to date, but I didn't find such a mechanism for the rest of Jenkins. We are using Maven to deploy our build artifacts to our Maven repository. While attempting to do this, I got t

Re: Build Promotion and Copy Artifact: current build is overwritten

2012-08-16 Thread David Weintraub
On Thu, Aug 16, 2012 at 10:45 AM, Martin d'Anjou wrote: > Hi, > > When I promote an archived build while a build is running, the Copy > Artifact plugin overwrites the running build artifacts with the > archived ones. How should I configure the Build Promotion and the Copy > Artifact to avoid this

Re: Subversion plugin issues

2012-08-16 Thread Dallas Clement
Hello Dustin, Thanks a ton! This is the exact dilemma I have run into. Do you mind posting the contents of these two files on your system? /var/lib/jenkins/hudson.scm.SubversionSCM.xml /var/lib/jenkins/jobs//subversion.credentials I'm still a little unclear on what should go in the certificate

Re: Kohsuke speaking at Silicon Valley Cloud Computing meetup - 8/30 at Yahoo

2012-08-16 Thread Lisa Wells
Oh yeah - if Sunnyvale, CA is too far to go, keep an eye on the Comments on the Meetup page. The organizers will post video. On Thursday, August 16, 2012 12:40:02 PM UTC-5, Lisa Wells wrote: > > If you live in the Bay Area, come hear Kohsuke & SOASTA talk about how to > leverage Jenkins to set u

Re: Subversion plugin issues

2012-08-16 Thread Dustin Parker
See this issue: https://issues.jenkins-ci.org/browse/JENKINS-3912 and this forum post: https://groups.google.com/d/msg/jenkinsci-users/uA4dtvlMsCQ/FAwo2y4pI8MJ On Thursday, August 16, 2012 7:36:18 AM UTC-7, Dallas wrote: > > I'm trying to setup Jenkins to attach to a subversion repo that requir

Kohsuke speaking at Silicon Valley Cloud Computing meetup - 8/30 at Yahoo

2012-08-16 Thread Lisa Wells
If you live in the Bay Area, come hear Kohsuke & SOASTA talk about how to leverage Jenkins to set up a continuous delivery pipeline for a mobile app, and how the cloud augments this process. http://www.meetup.com/cloudcomputing/events/73885032/ *** Lisa Wells Marketing Bee, CloudBees blog.cloud

Re: marking a build as un-stable with groovy post-build plugin

2012-08-16 Thread Ingo Richter
Hi Krishna, Here is the snippet that I'm using on one of the build machines: if(manager.logContains("Could not login to FTP server")) { manager.addWarningBadge("FTP Login Failure") manager.createSummary("warning.gif").appendText("Failed to login to remote FTP Server!", false, false, false

Build Promotion and Copy Artifact: current build is overwritten

2012-08-16 Thread Martin d'Anjou
Hi, When I promote an archived build while a build is running, the Copy Artifact plugin overwrites the running build artifacts with the archived ones. How should I configure the Build Promotion and the Copy Artifact to avoid this problem? Thanks, Martin

Subversion plugin issues

2012-08-16 Thread Dallas
I'm trying to setup Jenkins to attach to a subversion repo that requires username/password as well as a https/pkcs#12 client cert file and passphrase. Unfortunately, the subversion scm config presents a radio button with the following choices: username/password, SSH public key, or HTTPS client

Need help getting a sample scriptler groovy script to run on a slave.

2012-08-16 Thread Damon G
Hi There, I've been playing with the groovy plugin and I'm able to run a few sample groovy scripts on the master using the system groovy script option in the job. However I can't seem to get the same code to execute on the slave by executing a groovy script or by using the scriptler plugin. E

Exception shown at windows slave console during restart of tomcat

2012-08-16 Thread Varghese Renny
Hi, i am getting an exception at slave console while stoping and starting tomcat using ant task.. How to resolve this error? Any other method i can use for starting and stoping tomcat ? Aug 15, 2012 2:46:53 AM hudson.Proc$LocalProc join WARNING: Process leaked file descriptors. Se

Re: Return value of a command in shell script != 0 stops build

2012-08-16 Thread natalie_public
Thanks for the many helpful replies! I decided to use set the option "set +e" before executing the script for the environment variables and to unset it afterward. It works perfectly! Natalie - Ursprüngliche Nachricht - Von: jenkins wilde Gesendet: 15.08.12 10:53 Uhr An: jenkinsci-user