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

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

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 thomasmfie...@gmail.com wrote: Hi

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,

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: 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 job PhyreAssetPacker-Live

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

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 typical sequence of events: 1) Open

Re: Redundant syncs by Perforce plugin when using matrix jobs

2012-03-05 Thread Thomas Fields
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 thomasmfie...@gmail.com wrote: Hi there, I've been using the Perforce plugin with Jenkins for a while now and it's

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