After upgrade I can only run jenkins with JENKINS_USER="root" not "jenkins"

2019-06-04 Thread Greg Freeman
I recently updated jenkins, I believe by accident actually, by running yum update on my linux EC2 instance. Since I did this, if the user defined in /etc/sysconfig/jenkins is "root", jenkins launches fine. If I try to keep user="jenkins" though, as it was before the update, the service doesn't

Slave stdout to master log on Windows

2015-06-04 Thread Greg Freeman
Currently I have a slave setup that I am manually launching from a windows machine from the command line via jnlp. I have also tried launching from a browser. In both cases, the issue I am running into is that the slave machines stdout is not printing to the master's console output. So, I can't

Parameterized build plugin to launch sequential jobs

2015-01-11 Thread greg . freeman
Currently I'm using the parameterized build plugin to run the same job multiple times. This downstream job, however, takes different parameters for each build, so I have accomplished this by choosing the option to "trigger a build for each file." The later builds then read their parameter files

Avoid Recursive Building When Jenkins Pushes

2014-12-15 Thread greg . freeman
Currently I have a build that creates and updates a bunch of files which are loaded into our IDE to customize it to display all our internal libraries. This build is triggered on commits. After the build completes, I commit and push these files back to my git repo on bitbucket via a Jenkins ste

Re: Am I understanding Project Based Security Correctly?

2014-12-12 Thread greg . freeman
"The only thing missing is that they don't automatically have access to newly created projects, which seems a very unusual requirement (and surprising to your users?)." Sorry, this was unclear. This is what I'm currently seeing (Demo user is seeing new projects), but *not *what I want. I'll loo

Am I understanding Project Based Security Correctly?

2014-12-12 Thread greg . freeman
As far as I can tell, if I am using the built in project based security, I *HAVE *to give users overall read permissions, then in the security for a particular project, I can modify the settings? This seems really dumb. What I want to do is have a "Demo" user, who can see nothing but the projec