Perforce Plugin

2013-09-18 Thread Fisher, Allen
I just noticed that if you use the workspace cleanup plugin (or just go to the build box and delete the workspace) to delete your workspace before the build starts, the Perforce plugin thinks you have everything you need to build and tries to build anyway. Shouldn't it do a sync -f to put the fi

Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Fisher, Allen
Hi List-- We're on a tear to clean up warnings in our applications. The Warnings Plugin has been invaluable in that effort (Thanks, Ulli!). It's going to be a while until we can turn "Warnings as errors" as a global option, so in the mean time, we want to alert the dev team when the warning cou

Re: Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Fisher, Allen
nslate that into groovy. You'd want to get at the warnings publisher for the current build and then look at the API's available for that to get the information you need. If there is a WARNINGS_NEW token, then you could look at how the Java creates that token and go from there. slide On Tue

Re: Email-EXT/Warnings Plugin Questions

2012-10-30 Thread Fisher, Allen
a creates that token and go from there. slide On Tue, Oct 30, 2012 at 8:57 AM, Fisher, Allen mailto:afis...@makemusic.com>> wrote: Hi List-- We're on a tear to clean up warnings in our applications. The Warnings Plugin has been invaluable in that effort (Thanks, Ulli!). It's goi

Re: Email-EXT/Warnings Plugin Questions

2012-11-05 Thread Fisher, Allen
d then look at the API's available for >> that to get the information you need. If there is a WARNINGS_NEW token, then >> you could look at how the Java creates that token and go from there. >> >> slide >> >> On Tue, Oct 30, 2012 at 8:57 AM, Fisher, Allen wrote

Warnings Plugin Oddness

2012-11-20 Thread Fisher, Allen
Hi All-- We have a project that's behaving inconsistently with the warnings plugin. It's an Xcode project, using the clang/LLVM parser. Environment: Jenkins 1.478 Warnings Plugin: 4.17 Xcode 4.4 What we're running into is that this particular project is marking warnings as new that have existe

Issues after moving to 1.501 With Slave Nodes

2013-02-12 Thread Fisher, Allen
Hi All- Trying to update our Jenkins today and the process is not going very well. I tried the IRC channel and everyone seems busy. Master: Windows 2008 server, Jenkins 1.501 (auto upgraded from 1.478 with no issues) Slave Nodes: Windows 2008 Server (x5) I've deleted and reinstalled the Slave

RE: Issues after moving to 1.501 With Slave Nodes

2013-02-12 Thread Fisher, Allen
s.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Fisher, Allen Sent: Tuesday, February 12, 2013 8:11 AM To: jenkinsci-users@googlegroups.com Subject: Issues after moving to 1.501 With Slave Nodes Hi All- Trying to update our Jenkins today and the process is not going very well. I tried the IRC channe

RE: Issues after moving to 1.501 With Slave Nodes

2013-02-12 Thread Fisher, Allen
I did notice something interesting. If I launch via the website, the slaves will connect, until I install the service. After that, they don't connect. A From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Fisher, Allen Sent: Tuesday, February 12,

RE: Issues after moving to 1.501 With Slave Nodes

2013-02-14 Thread Fisher, Allen
ty issue > > > On 12 February 2013 16:21, Les Mikesell > mailto:lesmikes...@gmail.com>> wrote: >> >> On Tue, Feb 12, 2013 at 9:37 AM, Fisher, Allen >> mailto:afis...@makemusic.com>> >> wrote: >> > I did notice something interesting. If I

RE: Issues after moving to 1.501 With Slave Nodes

2013-02-20 Thread Fisher, Allen
rg/browse/JENKINS-4859 Thanks! Allen A From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Fisher, Allen Sent: Thursday, February 14, 2013 1:57 PM To: jenkinsci-users@googlegroups.com Subject: RE: Issues after moving to 1.501 With Slave Nodes Thanks for t

RE: Issues after moving to 1.501 With Slave Nodes

2013-02-20 Thread Fisher, Allen
ikesell Subject: Re: Issues after moving to 1.501 With Slave Nodes On 20/02/2013 17:01, Les Mikesell wrote: > On Wed, Feb 20, 2013 at 10:53 AM, Stephen Connolly > wrote: >>> >>> On 20 February 2013 16:43, Les Mikesell wrote: >>>> >>>> On Wed,

Re: Issues after moving to 1.501 With Slave Nodes

2013-02-25 Thread Fisher, Allen
Just wanted to know that the solution right below Richard's on the link below worked like a charm. Thanks for all the help. -Allen On Feb 20, 2013, at 2:44 PM, "Fisher, Allen" mailto:afis...@makemusic.com>> wrote: There are quite a few examples of how to setup the c

Re: Issues after moving to 1.501 With Slave Nodes

2013-02-25 Thread Fisher, Allen
Yes, I know that. But it would also be handy if a change that had security implications at least had a link to the security advisory in the change log ;) -Allen On Feb 21, 2013, at 6:51 PM, Christopher Orr wrote: > On 02/20/2013 06:36 PM, Stephen Connolly wrote: >> I'm not complaining

Warnings Plugin Issue

2013-05-09 Thread Fisher, Allen
Hi All-- We're having an issue with one of our builds that uses the MSBuild plugin where the Warnings plugin gives me new warnings with every build, even though they're not new. We have a groovy query of the REST API that sends an email when someone lets a new warning by (using Email-EXT) and t

Xcode Plugin Issues

2012-04-18 Thread Fisher, Allen
Hi All- This morning, my iOS builds on my Jenkins box quit working, because "There are no valid public/private key pairs in the default keychain" We made one change in that we moved the VM that this is all running on from one host to a much better one. Xcode can build it from the GUI (same use

RE: Xcode Build via Jenkins

2012-04-18 Thread Fisher, Allen
hen: cd osx && ./build.sh /Applications/Jenkins/jenkins.war && open jenkins*.pkg -- Sami 2012/1/22 Fisher, Allen mailto:afis...@makemusic.com>>: > Thanks Arnaud! > > No rush, as long as I can work around it. I'll be happy to test a fix when > you have on

RE: Xcode Plugin Issues

2012-04-18 Thread Fisher, Allen
nsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Fisher, Allen Sent: Wednesday, April 18, 2012 11:20 AM To: jenkinsci-users@googlegroups.com Subject: Xcode Plugin Issues Hi All- This morning, my iOS builds on my Jenkins box quit working, because "There are no valid

RE: Xcode Plugin Issues

2012-04-18 Thread Fisher, Allen
I have to figure out where the issue is. Thanks for the help! - A -Original Message- From: Russ Tremain [mailto:ru...@releasetools.org] Sent: Wednesday, April 18, 2012 3:56 PM To: Fisher, Allen Cc: jenkinsci-users@googlegroups.com Subject: RE: Xcode Plugin Issues this is a total shot i

Turn off individual build steps?

2012-05-18 Thread Fisher, Allen
Hi All--I'm currently on a team that's creating a nice, new CI environment. One of the things I'd like to be able to do is turn on/off build steps. The reason being is that if we're doing some maintenance/rework on a given piece of the process (i.e. tweaking an automated test framework or integrati

Xcode Plugin Issues

2012-07-18 Thread Fisher, Allen
Hi All- Sometime between 11PM Monday and 12:30PM Tuesday, the Xcode plugin started doing something strange in our environment (Xcode 4.3.2, Mac OSX 10.7.3, Jenkins 1.456, latest Xcode plugin) Instead of building happily like it had for months, it began choking on a pre-processor directive that

RE: Turn off individual build steps?

2012-07-18 Thread Fisher, Allen
Subject: Re: Turn off individual build steps? Quoting "Fisher, Allen" : > Hi All-- > > I'm currently on a team that's creating a nice, new CI environment. > One of the things I'd like to be able to do is turn on/off build > steps. The reason being is tha

Re: Xcode Plugin Issues

2012-07-23 Thread Fisher, Allen
might not be available. Compare the environment variables by executing "env" Terminal session and get the Jenkins job to execute it too. What is the error? What's in the console? How do you run Jenkins? -- Sami Fisher, Allen kirjoitti 18.7.2012 kello 22.39: Hi All— Sometime betwe

Workspace Directory From Another Job?

2012-07-23 Thread Fisher, Allen
Hi All-- We're setting up a job that does a couple of things once per day for multiple projects: 1. Delete certain files from the workspace if they're older than a specified amount of time. 2. Copy the output of the last successful build to an archive location on another server. I looked at t