latest version not downloadable

2012-06-11 Thread Andras Balogh
Hi, The latest version url is not working: http://mirrors.jenkins-ci.org/war/latest/jenkins.war It tries to load: http://ftp-nyc.osuosl.org/pub/jenkins/war/1.469/jenkins.war but this file is not there. On the existing Jenkins I have I see: "New version of Jenkins (1.469) is available for downlo

AW: Jenkins CLI user gets locked in Active Directory

2012-06-11 Thread Lewis, Eric
Ok, I checked with our sysadmin, but there's not more information in the logs. However, another problem, which I postponed, may be the cause. As I mentioned, we're using Active Directory for authentification. In the Jenkins config, I'm using the Matrix-based security. Since we installed the new

Create a pre-production environment for Jenkins

2012-06-11 Thread mpapo - Michael Pailloncy
Hi, Currently, my Jenkins is used very frequently by teams and it's dangerous to update it directly in the production environment. Do you have a specific methodology to update Jenkins before apply updates in the production environment ? I plan to run a Jenkins (with a specific user and http por

Build Name Setter Plugin

2012-06-11 Thread طلال Anthony رابعة
Hello! Could I set the value of a build name to a parameter passed in? I'm using the parameterized trigger plugin to call other jobs and it'd be nice to simply use one of those parameters directly. Cheers! Anthony

Re: gradle build not executed

2012-06-11 Thread Ken Krebs
Something must have gone wrong when I initially configured the job. The main page didn't look like other jobs with the Workspace and Recent changes links. I deleted the job and recreated it and it worked :=} Ken On Jun 10, 2:17 am, abune...@gmail.com wrote: > Could you add --debug to the gradle

Re: New guy questions

2012-06-11 Thread louwho
Can you call VBscript from jenks. I have tried to call from a cmd file, and to directy call from windows batch...the job hangs? On Tuesday, June 5, 2012 9:33:08 PM UTC-4, slide wrote: > > I'll put it this way, anything you can do from the command line you can > do in Jenkins. There are plenty

Re: Build Name Setter Plugin

2012-06-11 Thread cjo
Yes the build name setter does support this. I just leave the Regular expression empty, so all builds get a name, and then set the Description as one of the parameters passed in. Though you might need to set for the Failed builds (under advanced) as well. This is also passed to down stream job

Re: jenkins_1.469_all.deb missing!

2012-06-11 Thread Sebastián Zaffarano
I've the same problem: E: Fallo al renombrar http://pkg.jenkins-ci.org/debian/binary/jenkins_1.469_all.deb: 404 Not Found OS: Ubuntu 12.04 LTS Linux ariadna 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Regards On Jun 11, 3:24 am, moki wrot

Re: Build Name Setter Plugin

2012-06-11 Thread طلال Anthony رابعة
Awesome, thanks for the info! Anthony On 2012-06-11, at 8:58 AM, cjo wrote: > Yes the build name setter does support this. > > > I just leave the Regular expression empty, so all builds get a name, and then > set the Description as one of the parameters passed in. > Though you might need t

Re: jenkins_1.469_all.deb missing!

2012-06-11 Thread طلال Anthony رابعة
The auto-updater is also failing. It can't resolve the URL to the latest version. Anthony On 2012-06-11, at 8:59 AM, Sebastián Zaffarano wrote: > I've the same problem: > > E: Fallo al renombrar > http://pkg.jenkins-ci.org/debian/binary/jenkins_1.469_all.deb: > 404 Not Found > > OS: >

RE: New guy questions

2012-06-11 Thread Alex Earl
You would probably need to rub it through cscript.exe and launch with start /wait Sent from my Windows Phone -- From: louwho Sent: 6/11/2012 5:58 AM To: jenkinsci-users@googlegroups.com Cc: louwho Subject: Re: New guy questions Can you call VBscript from jenks. I have

Resource mange external nodes in Jenkins for tests

2012-06-11 Thread Åsmund Østvold
My problem is that I have code that need a rebooted node. I have many long running Jenkins test jobs that needs to be executed on rebooted nodes. My existing solution is to define multiple "proxy" machines in Jenkins with the same label (TestLable) and 1 executor per machine. I bind all the test j

M2 Release plugin disapper

2012-06-11 Thread Tim
Hi there, I am using the M2 Release plugin for us to release the project, and recently, for the security issue, we use team forge to auth the project. However, I found, only admin can do the maven release, other team member can not see "Perform maven release" Button. Do you have any experience

Re: latest version not downloadable

2012-06-11 Thread wohauser
The Versions 1.468 and 1.469 are still missing on the Update Mirror(s). Is there someone checking the problem or providing the files ? Thanks, Wolfgang

RE: latest version not downloadable

2012-06-11 Thread Jim McCaskey
Oh good, it's not just me. J Below is the error from yum. Downloading Packages: http://pkg.jenkins-ci.org/redhat/jenkins-1.469-1.1.noarch.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404" Trying other mirror. Error Downloading Packages: jenkins-1.469-1.1.noarch: failur

RE: M2 Release plugin disapper

2012-06-11 Thread Nord, James
There is a separate permission for the m2release that you can configure in the Jenkins config. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Tim Sent: 11 June 2012 14:57 To: jenkinsci-users@googlegroups.com Subject: M2 Release plugin disapper Hi

AW: Jenkins CLI user gets locked in Active Directory

2012-06-11 Thread Lewis, Eric
Ok, upgrading to the latest Active Directory plugin solves at least the problem in the Jenkins configuration page. I'll check tomorrow about the rest of the problem. Best regards, Eric -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.c

Cobertura plugin: Format of paths in coverage.xml

2012-06-11 Thread Jens Müller
Hi, I am using the Cobertura plugin to report code coverage information. However, this information does not come from Cobertura, but from hand- made plumbing for JSCoverage. I now have the problem that the Cobertura plugin does not find sources, so it cannot highlight coverage on the source file.

Re: jenkins_1.469_all.deb missing!

2012-06-11 Thread Kohsuke Kawaguchi
My apologies, I've done incorrect merge this Sunday, and so 1.469 bits are bogus. I'm fixing them now and releasing 1.468, which should have been what's released. 2012/6/10 moki : > Hi, > > I tried unsuccessfully upgrading of jenkins on our GNU/Linux Debian > machine. > It seems the package jenki

Re: authenticating with certificates & username/password

2012-06-11 Thread Dustin Parker
The element for the username/password entry must contain the hostname *and* the name of the basic authentication realm separated by a single space. One way to find this is to use curl: $ curl -vk https://www.example.com/svn/repo ... < HTTP/1.1 401 Authorization Required < Date: Mon, 11 Jun 2012

Offline and revert slave after build?

2012-06-11 Thread Sami Tikka
Can I pick your brains for a moment? I have suddenly developed a need to make sure my slaves (libvirt vms) are clean when running test jobs. My initial idea was to use jenkins cli to take a node offline during a test run to prevent it from accepting more work (my slaves all have just 1 executor) a

Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
I see that when a job is run twice on the same slave, the workspace is given a name like "JOB@2". The problem is that there are applications that choke on filenames with a '@', notably Oracle's sqlplus, which is failing when I do something like: @ /slave-root/workspaces/JOB@2/input.sql telling m

Load Statistics and Taking Nodes Offline

2012-06-11 Thread Mandeville, Rob
I've found an interesting phenomenon. I have a label with (say) twelve one-executor nodes, four of them running. If I go to the load statistics for that label, I see a green line at 12 and a red line at 4. So now I have to do maintenance on all those nodes. I wrote a Groovy script that sets

Re: Create a pre-production environment for Jenkins

2012-06-11 Thread mpapo - Michael Pailloncy
nobody ever had this problematic ? Le lundi 11 juin 2012 14:32:32 UTC+2, mpapo - Michael Pailloncy a écrit : > > Hi, > > Currently, my Jenkins is used very frequently by teams and it's dangerous > to update it directly in the production environment. > Do you have a specific methodology to update

Re: Concurrent executions and workspace names

2012-06-11 Thread Jason Swager
Take a look at https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin The Throttle Concurrent Builds plugin has a feature to specifically control how many concurrent builds can run on one slave at a time. It should resolve your problem if you only allow one current bui

Re: Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
Sounds perfect, thanks. -P On Mon, Jun 11, 2012 at 4:03 PM, Jason Swager wrote: > Take a look at > https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin > > The Throttle Concurrent Builds plugin has a feature to specifically > control how many concurrent builds can run on

upgrading a plugin doesn't remove the old version JAR

2012-06-11 Thread Daniel Doubrovkine
I helped someone debug an issue with the AnsiColor plugin (see https://github.com/dblock/jenkins-ansicolor-plugin/issues/5 for gory details). AnsiColor 0.2.0 came with Jansi 1.6. AnsiColor 0.3.0 came with Jansi 1.9 Upgrading the plugin left the old version in the Jenkins installation AND would lo

Re: Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
Never mind, when I read the code I see I can do this with a system property. I believe -Dhudson.slaves.WorkspaceList="=" will do the trick. -P On Mon, Jun 11, 2012 at 2:57 PM, Paul Weiss wrote: > ... > For me, "=" would be better. Is there any way to configure this or must I > patch the source

Re: Create a pre-production environment for Jenkins

2012-06-11 Thread Les Mikesell
On Mon, Jun 11, 2012 at 2:54 PM, mpapo - Michael Pailloncy wrote: > nobody ever had this problematic ? I think most people do it the other way around. That is they build and test their test environment first, then after seeing that it works, duplicate it into production. But, I think you have a

Re: Jobs failing during workspace clean ...

2012-06-11 Thread Jeff
Any thoughts as to why this might be happening? I'm running on Windows Server 2K8-R2-x64 + Tomcat 7.0.25. On Sat, Jun 9, 2012 at 5:40 PM, Jeff wrote: > I'm getting intermittent failures for no apparent reason on nearly all my > jobs where it can't delete the Maven POM file. I don't recall right

Re: Jobs failing during workspace clean ...

2012-06-11 Thread Slide
I was thinking it might be due to something similar to [1] but I am not sure. slide 1 - https://issues.jenkins-ci.org/browse/JENKINS-12647 On Mon, Jun 11, 2012 at 2:23 PM, Jeff wrote: > Any thoughts as to why this might be happening?  I'm running on Windows > Server 2K8-R2-x64 + Tomcat 7.0.25.

How to Change BuildEnv Variables with groovy

2012-06-11 Thread Avinash
Hi Every One am New To groovy Script Now am Using Hudson SetEnv Plugin to set the local variables.. name = avinash i want to change the value of name = xyz through groovy script Thanks Avinash

Re: Can not longer see what changes trigger a build

2012-06-11 Thread SamL
Hello Folks. Have not seen any comments on this issue. And just wondering if anyone can provide me with some pointers on this issue. Thanks On Friday, June 8, 2012 1:09:04 PM UTC-7, SamL wrote: > > Hello Folks. > > I am running Jenkins 1.443 with CVS Plugin 2.4 and when I look at the > Pollin

Re: Jobs failing during workspace clean ...

2012-06-11 Thread Jeff
Maybe, except the Maven POM file isn't part of the web application running (Tomcat in my case). Since Jenkins Maven plugin is displaying artifact versions for the job, could it be that the Maven plugin is reading the version info at the same time it is trying to clean the workspace to build? On Mo

Re: A long delay when starting jobs on a slave

2012-06-11 Thread Lakey
If it helps, this might relate to JENKINS-8370 . A file showing the contents of ThreadDump is also attached, which was take while two jobs were just sat waiting. AWT-Windows "AWT-Windows" Id=110 Group=main RUNNABLE (in native) at sun.a

Re: M2 Release plugin disapper

2012-06-11 Thread 吴亭
Hi Nord, Thanks for your reply, could you see more detail about this, I search a lot from my jenkins config tab and do not find this configuration. Thanks in advance. Br, Tim 2012/6/11 Nord, James > There is a separate permission for the m2release that you can configure > in the Jenkins conf

Wiki and Bugtracker updated

2012-06-11 Thread Kohsuke Kawaguchi
New versions of Confluence and JIRA are deployed. If you notice any glitches, please let us know. -- Kohsuke Kawaguchi

Crash after update to 1.468

2012-06-11 Thread fxp
Hi, Jenkins 1.468 crashes at startup: Running from: /usr/share/jenkins/jenkins.war 12.06.2012 08:09:45 winstone.Logger logInternal INFO: Beginning extraction from war file Jenkins home directory: /srv/jenkins/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME") 12.06.2012 08:09:46 winston

Re: Create a pre-production environment for Jenkins

2012-06-11 Thread mpapo - Michael Pailloncy
Hi, It seems that 'push' automatically updates of Jenkins and its plugins from pre-production to production is difficult. However, it would be interesting to know how to create a sort of continuous integration of the continuous integration environment :) Thank you for your answer. Le lundi 11