Is the Jenkins update center working?

2012-05-21 Thread Vaughn Spurlin
When I'm in Jenkins and try to install a plugin, I get the following "file not found" error. It the Jenkins update center working correctly? java.io.FileNotFoundException: http://updates.jenkins-ci.org/update-center.json?uctest at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unkno

Jenkins with JDK IBM 1.5

2012-05-21 Thread Matthieu Vincent
Hi, i'm trying to run a job on a JDK IBM 1.5 (needed to call some ant tasks for ejb deployment...). On my machine, maven build works fine, but when i try to run it on my jenkins master, i get the following error : java.io.IOException

RE: M2 Release Plugin not showing

2012-05-21 Thread Nord, James
What type of project are you using? /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Marcus Thormählen Sent: 21 May 2012 15:30 To: jenkinsci-users@googlegroups.com Subject: M2 Release Plugin not showing I have Jenkins 1.464 and M2 Release Plug

RE: M2 Release Plugin + SVN

2012-05-21 Thread Nord, James
Add "-Dusername=releaseuser" to the command line (if different from the user that runs Jenkins) Authenticate against SVN server using the svn command line tools on the slave (this updates ~jenkinsuser/.subversion/auth/) Copy that around all your slaves. Jenkins also has the ability somewhere to

M2 Release Plugin + SVN

2012-05-21 Thread BusyByte
How do I pass my credentials for maven to do the SCM plugin stuff for the Maven Release. I don't want each job to have to enter the process id username/ password. I tried to put it in my settings.xml by the base host name for svn server. EG https://myhost/mysvnpath I put a server entry with: myshos

M2 Release Plugin not showing

2012-05-21 Thread Marcus Thormählen
I have Jenkins 1.464 and M2 Release Plugin v0.9.1 and i want to configure my project for release. The problem is that in the project configuration I cannot see any options except "[] Execute shell script on remote host using ssh". I expect to see the ones from here

Exclusion plugin not releasing?

2012-05-21 Thread Matthew.Webber
We have used the Exclusion plugin (https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin) without problems for some time. However, I've just noticed that some resources are listed (on the Exclusion control panel page) as being held, even though the jobs in question have finished. As a re

Launching build with parameters from CLI

2012-05-21 Thread zevik
When I trying to run build job from CLI with parameters to plugins I get the following error: c:\Jenkins>java -jar jenkins-cli.jar -s %JENKINS_URL% build "CCBL_Test" -p "PROJECTS=Test1,Test2" CLI parameter submission is not supported for the class com.cwctravel.hudson.plugins.extended_choice_parame

RE: email-ext plugin - changes in groovy script don't upload

2012-05-21 Thread Alex Earl
I've never seen that issue and use the groovy script extensively. Please give more info about your platform and environment. Thanks, Slide Sent from my Windows Phone -- From: Odi Sent: 5/21/2012 12:55 AM To: jenkinsci-users@googlegroups.com Subject: email-ext plugin -

French translation of the Jenkins Definitive Guide

2012-05-21 Thread Baptiste MATHUS
Hi everyone, I'm kind of cross-posting since I think there might also be users interested in helping translating the definitive guide into french. I already posted to the dev group, but there's a chance that some people subscribed here don't follow the dev list. To sum up, we already translat

email-ext plugin - changes in groovy script don't upload

2012-05-21 Thread Odi
Hi I'm using email extension plugin with groovy script , and i encoutred a problem. when i add changes to the script - the email i get later doesnt contains them. restart jenkins didnt solve the problem. I tried to rename the script (plus change the name of the script in the job configuration) -