Using swarm plugin with LDAP and project-based matrix authorization

2014-09-16 Thread pkilgo
Hi I am working on a small Jenkins server to be shared between a handful of users. Ideally there would be complete isolation between projects, but as I've come to understand the execution environment that's not really an out-of-the-box thing. In weighing the amount of work that would go into c

Re: build-flow groovy DSL - not able to print to console?

2014-09-16 Thread Daniel Beck
On 16.09.2014, at 23:07, silver wrote: > Can I print to the console when I have a build flow? https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin#BuildFlowPlugin-Basics 4th code block. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gro

Re: build-flow groovy DSL - not able to print to console?

2014-09-16 Thread Marc MacIntyre
Yup; system.out.println is probably adding this to the console log of your web container. On Tue, Sep 16, 2014 at 2:10 PM, Slide wrote: > I think you want to use the println function. > > > On Tue, Sep 16, 2014 at 2:07 PM, silver wrote: > >> Hello. >> >> >> >> I’m trying to add some intelligenc

Re: build-flow groovy DSL - not able to print to console?

2014-09-16 Thread Slide
I think you want to use the println function. On Tue, Sep 16, 2014 at 2:07 PM, silver wrote: > Hello. > > > > I’m trying to add some intelligence to my build-flow. I think, in the > end, I’m probably doing it all wrong, but that’s why I came here. > > > > My build-flow is currently this (some

build-flow groovy DSL - not able to print to console?

2014-09-16 Thread silver
Hello. I'm trying to add some intelligence to my build-flow. I think, in the end, I'm probably doing it all wrong, but that's why I came here. My build-flow is currently this (some content removed for simplicity but the gist of what I'm trying to do is there). Right now, I'm just trying to

Re: Restarts hanging after 1.574 upgrade

2014-09-16 Thread reignmang
FYI I upgraded to LTS Release 1.565.2 and it appears that the problem has been resolved. I closed the Jenkins issue. On Wednesday, July 30, 2014 4:11:29 PM UTC-5, protomouse wrote: > > Hi all, > > Upgraded from 1.544 to 1.574 today. I'm now facing permanent hangs on > /restart (or via update c

Re: How to reference an environment variable in a schedule value

2014-09-16 Thread Eric Wood
Dan A position has opened up here and I'm curious if you would be interested.  Feel free to call me at 207.522.5754. Thanks. Eric Sent from Yahoo Mail on Android -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Realtime console output for parallel threaded Python fabric command

2014-09-16 Thread Michael Reinhardt
We have a Python fabric command that runs in parallel across several hosts, something like this: $ fab --hosts=prod1.server,prod2.server,prod3.server --parallel copy_cache This will copy cache to the production servers listed in parallel. There is various logging that occurs throughout the

NoClassDefFoundError when using JsHint, PMD, FindBugs and Checkstyle plugins

2014-09-16 Thread RDR
Hi, I've installed the following plugins on to my Jenkins server to watch for Java/JavaScript coding issues: - JSHint Report Plug-in3.36 - Checkstyle Plug-in3.39 - FindBugs Plug-in 4.57 - PMD Plug-in

NoClassDefFoundError error with jshint, checkstyle, Findbugs and PMD plug-ins

2014-09-16 Thread RDR
Hi, I've just set up a Jenkins server with the following plug-ins: - JSHint Report Plug-in 3.36 - Checkstyle Plug-in3.39 - FindBugs Plug-in 4.57 - PMD Plug-in 3.38 - Static Code Analysis Plug-ins

Re: Stuck build numbers

2014-09-16 Thread Marius Gedminas
On Tue, Sep 16, 2014 at 08:11:16AM +0300, Marius Gedminas wrote: > I've got a Jenkins job 'ivija-my360' that shows builds #1-#19 in the > history sidebar, builds a build #20 every time I try to build it, and > then forgets about it immediately. ... > This is similar to https://issues.jenkins-ci.org

SCM Changes content for new builds does not report anything since an update on my plugins/jenkins-ci

2014-09-16 Thread Victor O.
Hello all, One of the last updates on either Jenkins or the included plugins has made my configuration lose the Changes content for the new builds I start (or are started by scm changes). The old builds still have that information, but not the new ones anymore. Any ti on where to start looking

Re: "An internal server error occurred. Please try again later."

2014-09-16 Thread Richard Lavoie
Look in jenkins log file to see if there is an error message which is more complete. Richard Lavoie > On 2014-09-16, at 07:05, David Aldrich wrote: > > Hi > > We are running Jenkins 1.580 on a Centos 6 server. Sometimes we see the > message: > > An internal server error occurred. Please

"An internal server error occurred. Please try again later."

2014-09-16 Thread David Aldrich
Hi We are running Jenkins 1.580 on a Centos 6 server. Sometimes we see the message: An internal server error occurred. Please try again later. For example, one of our users saw this message 4 times today while trying to save changes to a project configuration. On the 5th attempt it worked. H