Re: how to determine a ToolLocation key?

2014-10-09 Thread Wannes Sels
Jenkins.getInstance().getExtensionList(hudson.tools.ToolDescriptor.class) should do the trick On Thursday, October 9, 2014 1:32:09 PM UTC+2, Nico Mommaerts wrote: Hey, recently I've added support to the swarm plugin to specifiy toollocations. To add ToolLocation to a slave you have to

[git-plugin] DefaultBuildChooser should detect invalid commits

2014-10-01 Thread Wannes Sels
There are a few bugs concerning DefaultBuildChooser and deleted commits: https://issues.jenkins-ci.org/browse/JENKINS-10385 https://issues.jenkins-ci.org/browse/JENKINS-10571 https://issues.jenkins-ci.org/browse/JENKINS-21980 https://issues.jenkins-ci.org/browse/JENKINS-21000 The cause is that

Request commit access

2014-03-11 Thread Wannes Sels
message -- From: CloudBees pull request builder plugin notificati...@github.com Date: Mon, Mar 3, 2014 at 2:51 PM Subject: Re: [notification-plugin] Fix timeout (#9) To: jenkinsci/notification-plugin notification-plu...@noreply.github.com Cc: Wannes Sels wannes.s...@gmail.com plugins

git-plugin timeouts [JENKINS-20445]

2014-01-31 Thread Wannes Sels
Hi all, I'm trying to create a fix for the timeout issue in the git-plugin, specifically with the initial checkout. 1. I could increase the timeout only for GitClient.clone() and Gitclient.checkoutBranch() to 30 minutes instead of 10 2. I could provide a timeout option in the ui (add to

Re: Errors in creating the .hpi file

2012-05-10 Thread Wannes Sels
Seems related to this thread: http://jenkins.361315.n4.nabble.com/JIRA-Created-JENKINS-10818-Clearcase-plugin-does-not-compile-on-JDK-7-td3768631.html In short: either use a newer version of Jenkins, or use JDK6 On Thu, May 10, 2012 at 10:06 AM, Sudhakar Nannapaneni (RBEI/ESD1)

Re: unstable build triggers child build

2012-04-11 Thread Wannes Sels
try adding help:effective-pomhttp://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.htmlas a maven call, to see if the property is set. -- Wannes Sels On Wed, Apr 11, 2012 at 11:45, Frederik Fromm frederik.fr...@googlemail.com wrote: Thanks for the quick answer. But perhaps I need