jenkins group while in job is not the same as in terminal

2014-12-02 Thread Tzook Bar Noy
I have installed jenkins on our dev server, and I added the user "jenkins" to some groups for example www-data. now when I run this command on the terminal: groups jenkins I get this output jenkins www-data and that is ok, but in one of my jobs I created an ssh command that simply does gr

Best way to display logs on various machines in the "Console Output"

2014-12-02 Thread Behrang Saeedzadeh
Hi, Let's pretend that we have a job that executes a few different scripts on three different machines A, B, and C. What's the best to configure the job to gather and display these outputs in the "Console Output" -- ideally side by side? Thanks, Behrang -- You received this message because y

What steps should I take to diagnose why output does not appear in Jenkins's "Console Output" immediately?

2014-12-02 Thread Behrang Saeedzadeh
Hi, We have some Jenkins jobs that at some point during their executions output they produce during execution of their scripts, etc. does not appear in the Jenkins "Console Output" immediately. What are some things that can cause this behavior and how do you suggest I should start diagnosing t

Jenkins on Ubuntu/PowerPC hangs

2014-12-02 Thread Yossi Gottlieb
I'm struggling to get Jenkins to run on a Ubuntu Utopic (14.10) PowerPC (ppc64le) machine. Initially I had an issue with JNA failing as the version bundled with Jenkins did not have a ppc64le shared object. I managed to find a JNA 4.1 binary package, installed it and used jna.boot.library.path

ERROR in place of usernames in Global Security

2014-12-02 Thread LC
Hi, I have a set of users on Jenkins and currently all but two of the usernames are replaced with ERROR in the Configure Global Security page. When I click on ERROR, I get this message: Forbidden You don't have permission to access /jenkins/descriptorByName/ hudson.security.GlobalMatrixAuthoriza

Re: Google Apps SSO : OpenID soon deprecated, no plugin supporting OAuth2 authentication

2014-12-02 Thread notsqrt
Link for the lazy : https://wiki.jenkins-ci.org/display/JENKINS/Google+Login+Plugin Le mardi 2 décembre 2014 20:39:11 UTC+1, not...@gmail.com a écrit : > > Works perfectly ! > > Le mardi 2 décembre 2014 16:38:42 UTC+1, Ryan Campbell a écrit : >> >> I released google-login 1.0 and resolved >> htt

Re: Google Apps SSO : OpenID soon deprecated, no plugin supporting OAuth2 authentication

2014-12-02 Thread notsqrt
Works perfectly ! Le mardi 2 décembre 2014 16:38:42 UTC+1, Ryan Campbell a écrit : > > I released google-login 1.0 and resolved > https://issues.jenkins-ci.org/browse/JENKINS-23431 > > On Mon, Dec 1, 2014 at 6:18 AM, > wrote: > >> Great ! >> >> I'll be sure to test it when you release it. >> >> L

Grails question

2014-12-02 Thread Ginga, Dick
I want to create a Grails build step that uses one of many project base folders. I cannot seem to get Grails to look for an application.properties file via an environment variable like $PROJECT. Am I missing a configuration or command line parameter? Dick Ginga, Informatics R&D PerkinElmer Inc.

Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Stephen Connolly
On Tuesday, December 2, 2014, Kenneth Baltrinic wrote: > Gentlemen, > > Thank you all for your responses. Here are my thoughts on the combination > of replies. > > The literate build plugin is closest in concept to what we are looking for > but it seems too limited in capabilities for what we ne

Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Daniel Beck
Maybe check out the YAML Project Plugin? It should be available on the experimental update center. On 02.12.2014, at 19:13, Kenneth Baltrinic wrote: > Gentlemen, > > Thank you all for your responses. Here are my thoughts on the combination of > replies. > > The literate build plugin is cl

Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Kenneth Baltrinic
Gentlemen, Thank you all for your responses. Here are my thoughts on the combination of replies. The literate build plugin is closest in concept to what we are looking for but it seems too limited in capabilities for what we need. If it could handle a full DSL such as the JobDSL, BuildFlow

Upstream/Downstream jobs configuration question

2014-12-02 Thread mpapo - Michaël Pailloncy
Hi all, A JobA is triggered by JobB. This is configured via "Build after other projects are built" configuration in JobA. In terms of behaviour, everything is fine : JobA is correctly triggered after a build of JobB. But in JobB configuration, the "Build other projects" in Post-build Actions s

Re: [workflow-plugin] Error "script.sh: command not found" when running shell script

2014-12-02 Thread Rupali
To debug further, I modified BourneShellScript.java file in DurableTask plugin to print the environment variables with which it is calling the script. I found that environment variables do not contain path to Cygwin as observed in the output. Can this be reason for the error I am seeing? If ye

Re: Google Apps SSO : OpenID soon deprecated, no plugin supporting OAuth2 authentication

2014-12-02 Thread Ryan Campbell
I released google-login 1.0 and resolved https://issues.jenkins-ci.org/browse/JENKINS-23431 On Mon, Dec 1, 2014 at 6:18 AM, wrote: > Great ! > > I'll be sure to test it when you release it. > > Le samedi 29 novembre 2014 13:02:15 UTC+1, Ryan Campbell a écrit : >> >> I have a working prototype fo

Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Patrick van Dissel
> We have a working prototype right now that manages this with two separate jobs. One to watch the SMC and rebuild the downstream job based on the build.yml and a separate downstream job that kicks off when the first completes successfully. (Given the first might fail if the yaml files is invalid

Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Stephen Connolly
Your effort might be best placed helping us beef up the (stub) travis.yaml parser to one that is more useable. On Tuesday, December 2, 2014, James Nord wrote: > Hi > > What you are attempting sounds like the litterate job type - have you > looked at this plugin? > > /James > > > > On 2 December

Re: Missing grid lines after upgrade from 1.554.3 to 1.580.1

2014-12-02 Thread Steve K
Well, I don't like the new "theme" very much at all. I'd like to be able to change it. Thanks for your reply slide. On Monday, December 1, 2014 3:29:38 PM UTC-5, slide wrote: > > That's part of the new "theme." You didn't do anything wrong. It's just > how it is now I believe. > > On Mon Dec 01

"Highlight Executors Plugin"

2014-12-02 Thread Steffen Breitbach
Hi everyone! Is there a way to highlight executors depending on their configuration? What I'm looking for is a way to highlight executors that are running release jobs, e.g. by printing them bold or in another color in the build executors list. What I'm trying to achieve is to look at the buil

Re: Best way to re-configure Jobs on-the-fly

2014-12-02 Thread James Nord
Hi What you are attempting sounds like the litterate job type - have you looked at this plugin? /James On 2 December 2014 13:31:19 GMT+00:00, Kenneth Baltrinic wrote: >I have been tasked to look at how we can set up a self service CI >system >for a large development shop, much along the l

Best way to re-configure Jobs on-the-fly

2014-12-02 Thread Kenneth Baltrinic
I have been tasked to look at how we can set up a self service CI system for a large development shop, much along the lines of how travis CI works. There are big differences between what we need and what Travis CI provides but the basic idea of having a yaml file within the repository itself s

Re: [workflow-plugin] Error "script.sh: command not found" when running shell script

2014-12-02 Thread Rupali
Hi, I tried number of options but this is not working. Does Shell script in workflow steps works only on Linux/Unix slaves? Regards, Rupali On Monday, December 1, 2014 5:38:50 PM UTC+5:30, Rupali wrote: > > HI Ninad, > > Thank for the reply. But it doesn't work. > Thing is, shell execution works