Re: Build with parameters redirects to blank screen

2013-06-28 Thread C. Benson Manica
s”). In the meantime, downgrading to 1.518 fixes the problem. > > > > Hope that helps > > Matthew > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *C. Benson Manica > *Sent:* 27 June 2013 04:57 > *To:* j

Build with parameters redirects to blank screen

2013-06-26 Thread C. Benson Manica
I've run into an issue with both 1.519 and 1.520 that is both baffling and annoying. When I build a job with no parameters, the job page reloads as normal and I can see the job building. However ,when I build a job with parameters, I get a blank white page with no HTML source at *job//build?dela

Re: Change the timezone

2013-06-26 Thread C. Benson Manica
tags.fmt.timeZone='America/Los_Angeles' > > Note single quotes around America/Los_Angeles. And also an underscore. > > On Sunday, June 23, 2013 7:38:31 PM UTC-7, C. Benson Manica wrote: >> >> I'm running Jenkins as a system package on a Redhat-like system. The >&

Change the timezone

2013-06-23 Thread C. Benson Manica
I'm running Jenkins as a system package on a Redhat-like system. The infinitesimal documentation on how to change the time zone indicates that adding one of the following lines to /etc/sysconfig/jenkins should change the timezone, but neither does. JAVA_ARGS="user.timezone='America/Los Angeles'

Deny anonymous access but allow access via command line API

2013-02-13 Thread C. Benson Manica
I asked this question on Stack Overflow some time ago, and didn't get any satisfactory answers (http://stackoverflow.com/questions/14266434/jenkins-security-ii-deny-anonymous-access-but-allow-access-via-cli?lq=1), so I'm hoping this list will help me out. Basically, due to Jenkins' overly per