Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Well, thanks, Owen, for the clarification. I did overlook that. I edited /etc/default/jenkins and changes the JAVA_ARGS and everything is as it should be. Best, Pete On Aug 14, 2013, at 3:58 PM, "Owen B. Mehegan" wrote: > Well, when I read the wiki doc now, it says that you need to add this

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Hey, Owen. Okay...I can not edit the /etc/default/jenkins file as recommended in the Jenkins Wiki and have to edit the init.d/jenkins file directly. I inserted the timezone info in the same place you have it so now my running process looks like yours: /usr/bin/java -Dorg.apache.commons.jelly.t

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Thanks for the response. Didn't get much help on this one. Yes, I'm seeing the same arguments on my Java process but all of my jobs are logged UTC still. /usr/bin/java -jar /usr/share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080 --ajp13Port=-1 -Dorg.apache.commons.jell

Help with timezone on Debian - all builds are shown in UTC

2013-08-13 Thread Pete Akey
I've been trying to change the timezone that Jenkins is using following these instructions (I'm on Debian): https://wiki.jenkins-ci.org/display/JENKINS/Change+time+zone I added the following to my /etc/default/jenkins file: JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpPort=$HTTP_PORT

Re:

2013-06-27 Thread Pete Akey
Hopefully you're running Windows 8 Pro? http://www.forumswindows8.com/general-discussion/cannot-find-windows-8-local-security-policy-editor-secpol-msc-5282.htm Pete On Jun 26, 2013, at 3:49 PM, Nayana ABREU wrote: > The thing is that I don't know how to find this ( Local Security Policy > > S

Re: job_dsl plugin configure block problem

2013-06-04 Thread Pete Akey
Can you clarify this point: "This generates two jobs named DSL_TEST_DSL1 and DSL_TEST_DSL2 as intended. It also adds the sidebar links plugin but the content of the links is the same in both jobs and is DSL2 twice instead of DSL1 in job 1 and DSL2 in job 2." The way it reads to me, and correct

Re: how to run applescript from Jenkins?

2013-05-31 Thread Pete Akey
That's disappointing. I just tried it again on my install and it works just fine. Try the ol' printenv command instead. They both work for me. Pete On May 31, 2013, at 2:00 PM, David Burson wrote: > Hi Pete, > > When I run: comm -3 <(declare | sort) <(declare -f | sort) > from a terminal,

Re: how to run applescript from Jenkins?

2013-05-28 Thread Pete Akey
I would print all of your environment variables from the command line as your jenkins user, then print them all from "bash shell" within jenkins and compare the two. They should be different because of the JVM versus the bash environment. >From CLI: comm -3 <(declare | sort) <(declare -f | so

Re: How to set up Jenkins on Mac Pro with Parallels vm slaves?

2013-05-21 Thread Pete Akey
You can ask Jenkins to run commands just as you would from the command line. I'd use whichever you're more comfortable with. Here are some CLI parameters for VirtualBox: http://www.virtualbox.org/manual/ch09.html Here's an entire CLI guide for Parallels: http://www.parallels.com/fileadmin/para

Re: View takes 10+ seconds to load after upgrade to 1.512

2013-05-16 Thread Pete Akey
I have no AD plugin installed on my system. Thanks for the suggestion. Pete On May 15, 2013, at 10:38 PM, Pete Akey wrote: > Hi, Kenny. > > We're not using AD but who knows? Maybe the plugin is installed and active. > I will check this out tomorrow and let you know. &g

Re: View takes 10+ seconds to load after upgrade to 1.512

2013-05-15 Thread Pete Akey
Hi, Kenny. We're not using AD but who knows? Maybe the plugin is installed and active. I will check this out tomorrow and let you know. Quick question, though - did views with fewer items take just as long or were they quicker to load? Sorry to revive this so late, the message was in my jun

View takes 10+ seconds to load after upgrade to 1.512

2013-04-29 Thread Pete Akey
I noticed this *immediately* after upgrading from 1.480 to 1.512. At one point, I had about 100 items in a view and it would take about 10-14 seconds to load. After I discovered my less-populated views would load faster, I reduced my big "View" down to 50 items but it still takes 7-9 seconds to

Aggregate report/view of regex-matched builds/jobs

2013-04-24 Thread Pete Akey
I would like a view or report that will allow me to choose which tests' results to view, viewing their latest xml or console output, and possibly filtering out certain output (allowing me to only display exactly what failed). I think this guy was on the same track: https://issues.jenkins-ci.org

Re: Build Flow and Build Blocker plugin

2013-04-19 Thread Pete Akey
Thanks. It looks like I need to upgrade my Jenkins installation before I can give it a shot. 1.489 is required and I'm running 1.480. On Apr 19, 2013, at 3:58 PM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: > You may be able to do what you need using the Job Generator plugin, although > it

Build Flow and Build Blocker plugin

2013-04-19 Thread Pete Akey
Here's what I'm trying to accomplish. I have a Build Flow that takes a parameter of a server's IP address and starts a build flow. There are jobs in this build flow that can't run when other jobs in this build flow are running. In parallel, I want to kick off another build flow using a differe

Re: Can I ask Jenkins to ignore return code?

2013-04-16 Thread Pete Akey
of the 'true' program. > > --Rob > > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Pete Akey > Sent: Tuesday, April 16, 2013 2:31 PM > To: jenkinsci-users@googlegroups.com > Subje

Can I ask Jenkins to ignore return code?

2013-04-16 Thread Pete Akey
Hi, I'm attempting to connect to a remote machine using sshpass. The script that is being run is exiting with "exit 0" but the exit code that is returned to the Jenkins "Execute shell" is "255". I think CLish is making this task challenging. Can I ask Jenkins to accept a return code of 255 f

Re: Proper approach for creating pipeline builds that use standalone jobs as build steps

2013-03-29 Thread Pete Akey
I'm in the same boat. The definition of a pipeline is based on upstream/downstream dependencies: "In order to better support this process, we have developed the Build Pipeline Plugin. This gives the ability to form a chain of jobs based on their upstream\downstream dependencies. Downstream job

Re: Looking for something to tell me what job was being run in a given time range

2013-03-27 Thread Pete Akey
That view is awesome! Just what I was looking for. Thanks. On Mar 27, 2013, at 9:51 AM, Jerry wrote: > http://yourjenkinshost:port/view/All/builds > > Or, on a per-slave basis: > http://yourjenkinshost:port/computer/slaveName/builds > > > > On Wednesday, March 27, 2013 9:33:46 AM UTC-4, ha

Looking for something to tell me what job was being run in a given time range

2013-03-27 Thread Pete Akey
For instance, if I have a server that is showing evidence of a process crashing at 11:45PM, is there a quick way to see if there were any jobs running against that server at that time? I seem to have a few tests that are causing some processes to fail and it's difficult to pinpoint which tests