Readonly job parameters

2013-07-21 Thread Thomas Fields
>>No, that I am aware of. I've been kind of thinking about something similar but more of like a set of variables that can be defined with the job, and then referenced in multiple places within the job configuration. Yeah, something like this would be perfect for my needs. Surely it's not too diff

Readonly job parameters

2013-07-20 Thread Thomas Fields
Hi there, In my job configs I've been ticking the "This build is parameterized" box and then using the String parameter option. I can then use my new parameter through most of my job setup and so far this has been working great. I'm now in a situation where I want my String parameter to be unedit

Re: build flow plugin and scm changes

2013-07-14 Thread Thomas Fields
Thanks for the reply. >> is you have to exclude some jobs based on scm commit, do it BEFORE you call >> build("job") How would I do that - any ideas? Can you give me an example? Cheers Tom Sent from my iPhone On 13 Jul 2013, at 21:32, Thomas Fields wrote: > Hi t

build flow plugin and scm changes

2013-07-13 Thread Thomas Fields
Hi there, The build flow plugin looks really powerful but it appears to be lacking the ability to only trigger sub jobs when there are scm changes. I have a simple build flow setup like so: def tomjob = parallel ([ first: { build("tomflow1") }, second: { build("tomflow2") } ]) Each of sub jobs,

Re: Matrix build performs full checkout

2013-02-25 Thread Thomas Fields
See https://issues.jenkins-ci.org/browse/JENKINS-12983 - please vote on the issue and it might actually get fixed at some point. On Thursday, 21 February 2013 18:27:18 UTC, Julian wrote: > > Hi, I could only find a really old post through Google about this, but I > notice that the Master node, w

Why are my build slaves being used to sync files when all executor threads are busy

2013-02-01 Thread Thomas Fields
Hi there, Each of my build slaves has 4 executor threads. As expected I see a maximum of 4 jobs building at any one time. So in the GUI I see: Slave1 1. Building project1, #345 2. Building project2, #125 3. Building project3, #455 4. Building project4, #34 What I didn't expect was numerous other

CannotResolveClassException errors after upgrading to v1.480

2012-09-05 Thread Thomas Fields
Hi there, I've just updated to Jenkins 1.480 (from 1.465) and one of my projects went missing. I recreated it but now when I tell it to build I get: *11:39:30* FATAL: html : html*11:39:30* com.thoughtworks.xstream.mapper.CannotResolveClassException

Re: Constantly logged out of Jenkins when using Chrome

2012-08-10 Thread Thomas Fields
I've not had this issue for a while now. Not changed anything settings wise in Jenkins but I have upgraded to Jenkins 1.475. I'm running the latest Chrome and Firefox too. I'm try upgrading to see if this problem goes away. Cheers Tom

Re: Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Thomas Fields
> *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Thomas Fields > *Sent:* 02 July 2012 11:39 > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: Upgrading to v1.473 has broken all my matrix jobs > > > > I just spo

Re: Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Thomas Fields
I just spotted https://issues.jenkins-ci.org/browse/JENKINS-14273. Please fix asap. On Monday, 2 July 2012 11:37:30 UTC+1, Thomas Fields wrote: > > Hi there, > > I just upgraded to Jenkins 1.473 and I'm getting this for all my matrix jobs: > > SEVERE: Failed Loading jo

Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Thomas Fields
Hi there, I just upgraded to Jenkins 1.473 and I'm getting this for all my matrix jobs: SEVERE: Failed Loading job PhyreAssetPacker-Live java.lang.NullPointerException at hudson.matrix.MatrixProject.updateTransientActions(MatrixProject.java:431) at hudson.model.AbstractProject.

Re: Constantly logged out of Jenkins when using Chrome

2012-06-06 Thread Thomas Fields
Not seen any updates. Does any one else have the same problem? On Friday, 27 April 2012 13:40:45 UTC+1, Thomas Fields wrote: > > Hi there, > > I'm using Jenkins 1.461 and ever since I enabled matrix based security I > keep getting logged out of Jenkins. Here's a typical

Re: Constantly logged out of Jenkins when using Chrome

2012-04-27 Thread Thomas Fields
A quick update - we've also seen this happen in Firefox too. On Friday, 27 April 2012 13:40:45 UTC+1, Thomas Fields wrote: > > Hi there, > > I'm using Jenkins 1.461 and ever since I enabled matrix based security I > keep getting logged out of Jenkins. Here's a typ

Constantly logged out of Jenkins when using Chrome

2012-04-27 Thread Thomas Fields
Hi there, I'm using Jenkins 1.461 and ever since I enabled matrix based security I keep getting logged out of Jenkins. Here's a typical sequence of events: 1) Open Jenkins 2) Click Configure to change project settings 3) Make some changes and click "Save", I then get: Status Code: 404 Exceptio

Cancelling matrix build jobs only seems reliable from Jenkins front page

2012-04-18 Thread Thomas Fields
Yeah I've seen this behaviour too. I suggest making it official by reporting it in Jira. Cheers Tom

Re: Redundant syncs by Perforce plugin when using matrix jobs

2012-03-05 Thread Thomas Fields
15:58:16 UTC, Simon Stevenson wrote: > I think there may be a bug with the matrix builds... I have noticed with > SVN the parent does an unnecessary sync as well. > > On 1 March 2012 21:34, Thomas Fields wrote: > >> Hi there, >> >> I've been using the Perf

Redundant syncs by Perforce plugin when using matrix jobs

2012-03-01 Thread Thomas Fields
Hi there, I've been using the Perforce plugin with Jenkins for a while now and it's been working great. However, recently I noticed that it's been doing what I think is a redundant sync. I've got a matrix job and when the job triggers, the matrix parent gets a list of the changes by calling "p