Re: jenkins building when it shouldn't

2014-10-30 Thread michaelw
e code which asks the question "what needs to be built" to >> decide that more than one SHA1 needed to be built? >> >> Mark Waite >> >> On Wed, Oct 29, 2014 at 8:15 AM, michaelw > > wrote: >> >>> Thanks... >>> >>> So I

Re: jenkins building when it shouldn't

2014-10-29 Thread michaelw
case) because it only caused me major headaches. On Tuesday, 28 October 2014 22:09:36 UTC+2, michaelw wrote: > > Wow... that would be great. I'm busy confirming it is unique to bitbucket. > I suspect it is. > > When I've narrowed it down I'll submit. > > Thanks

Re: jenkins building when it shouldn't

2014-10-28 Thread michaelw
HA1. > > Thanks, > Mark Waite > > On Tue, Oct 21, 2014 at 4:43 AM, michaelw > wrote: > >> There is nothing in my polling log and I have no polling configured. >> >> On Monday, 6 October 2014 18:26:21 UTC+2, Mark Waite wrote: >>> >>> If you&#x

Re: jenkins building when it shouldn't

2014-10-21 Thread michaelw
ey were built, > then a bunch of builds will be queued for the changes on those branches. > > You might post your git polling log to show what changes it has detected, > or the early part of the build log to show the state of the repository. > > Mark Waite > > On Mon, Oct 6,

jenkins building when it shouldn't

2014-10-06 Thread michaelw
Hi All... Whenever I kick off a build in jenkins it queues up a bunch of builds claiming that it is doing so because changes are detected. I have disabled all polling etc. I did have the commit hook on but is also disabled. The only change is that we have moved our git repositories to bit buck

Re: Azure Storage Upload Plugin not validating my storage account

2013-12-13 Thread michaelw
Okay you get this error if you fill in the full blob storage url in the system account config. You must not put the storage account name in this field - only the bit after the storage account name. On Friday, 6 December 2013 16:29:57 UTC+2, michaelw wrote: > > So enter my storage a

Azure Storage Upload Plugin not validating my storage account

2013-12-06 Thread michaelw
So enter my storage account name, my account key and my blob end point url. I click validate and it fails. I get the following stack trace: java.lang.IllegalArgumentException: Null InputStream is not a valid argument at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:6

funny MAVEN_OPTS entry auto added

2012-03-02 Thread michaelw
I'm creating a maven job and for some reason an entry in MAVEN_OPTS gets automatically added... -Dm3plugin.lib=/home/jenkins/workspace/Util-Java/2.0.2 appears in my MAVEN_OPTS entry. (Util-Java is the name of the job). This directory does not exist and the build thus fails. I'm trying to use m