Re: [workflow-plugin] Sharing the workspace between nodes in a workflow

2014-12-11 Thread Sean Flanigan
I am using this as a way of getting transient archiving for now: def work = 'tmp/' try { node { dir(work) { git url: 'g...@github.com:zanata/zanata-parent.git' sh 'ls -l' } archive work } node { sh 'rm -rf -- *'

[workflow-plugin] Sharing the workspace between nodes in a workflow

2014-12-11 Thread Sean Flanigan
With the workflow plugin, what's a good way of sharing the workspace from one node to another? The only example I have found is this: https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#multiple-threads It uses archive 'pom.xml, src/' on the first node, followed by

Re: Running Jenkins as a Different User

2014-12-11 Thread Jeff Thornsen
I assume you're on Linux of some sort. 1. Verify permissions on JENKINS_HOME 2. Verify home directory for your service user is valid and writable (e.g. ~ exists and is owned by ) I typically re-configure the account in /etc/passwd so that ~ === JENKINS_HOME, which is almost always /var/lib/jenk

Google Login Plugin

2014-12-11 Thread Bob
Dear All, I was trying to use google login plugin "Security Realm" with Authorization as "Project Base Matrix". It doesn't work as 1. When i login with the my user id and change to above combination of settings i am not able to log out from the screen. When tried it from other browser i was no

Re: Update center is missing a plugin but it is listed in default.json

2014-12-11 Thread bl0ck3r
Is there a logger that I can turn on which would give me more information on this problem? The log reveals nothing relevant. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send

how to persist the workspace of a job run on an EC2 slave

2014-12-11 Thread Eric Wood
How can I persist a workspace for a job run on an EC2 slave?  We want to be able to push CI build steps to a EC2 slave. Due to the ephemeral nature of the slave, the workspace may  not be available.  Is there a way to be able to persist the workspace back to the master? -- You received this me

Building NetBeans project with Jenkins

2014-12-11 Thread Scott Genevish
I’m trying to build a NetBeans project in Jenkins. I have added these lines to the Properties of the “Invoke Ant” build step: j2ee.server.home=/usr/share/glassfish3/glassfish platform.home=/usr/lib/jvm/java-1.6.0-openjdk.x86_64 libs.CopyLibs.classpath=java\ components/NetBeans/or

Re: Update center is missing a plugin but it is listed in default.json

2014-12-11 Thread Daniel Beck
Is it already installed, maybe failing to load during startup? On 11.12.2014, at 14:46, Martin d'Anjou wrote: > I have an odd situation where I want to install the Summary Display Plugin, > bit it is not listed as being available on the web page of the update center. > However, I can see this

Running Jenkins as a Different User

2014-12-11 Thread Wt Riker
I am trying to set up Jenkins to run as a different user. I followed these instructions: http://blog.manula.org/2013/03/running-jenkins-under-different-user-in.html That seems pretty simple and Jenkins seems to start fine. However, when I try to access it I get this error: HTTP ERROR: 503 Pr

Update center is missing a plugin but it is listed in default.json

2014-12-11 Thread Martin d'Anjou
I have an odd situation where I want to install the Summary Display Plugin, bit it is not listed as being available on the web page of the update center. However, I can see this plugin in the default.json file on the server! How do I debug and fix this? I rebooted the server on the weekend, it did

Re: is it possible to tie a slave to two different masters?

2014-12-11 Thread Eric Wood
Thanks you for pointing this out.  I will investigate. On Thursday, December 11, 2014 8:20 AM, Slide wrote: The wiki has info on that see [1] slide 1 -  https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine On Thu Dec

Re: is it possible to tie a slave to two different masters?

2014-12-11 Thread Slide
The wiki has info on that see [1] slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine On Thu Dec 11 2014 at 6:18:57 AM Eric Wood wrote: > We have a QA group that runs their own Jenkins environment for running > automa

is it possible to tie a slave to two different masters?

2014-12-11 Thread Eric Wood
We have a QA group that runs their own Jenkins environment for running automated tests.  They have a master/slave operation.  I would like to be able to use one of their slaves in my Jenkins setup to be able to run  a Basic Acceptance Test after I deploy code through a Jenkins job from my master

Re: Cpptest Plugin failed to link to job source code

2014-12-11 Thread Federico Pellegrin
Hi, If it may be still of use for someone: I had the same error case and at the end the problem lied in the fact that in the CPPTest report the files had an absolute path (ie. tested="/dir1/dir2/dir3/file" when the file was physically in $WORKSPACE/dir1/dir2/dir3/file) and this lead to troubles

Moving slaves from old master to new master

2014-12-11 Thread Benjamin Kemper
Hey, I want to setup a new master (on a different url), and am looking for a way to add all the slaves that were in the old master automatically to the new one. I have lots of windows slaves, configured as a service, which stores the master url and port in a local xml. This raises the follow

Re: Jenkins freeze

2014-12-11 Thread Sergey Ch.
Hi! I have the same problem. I have a matrix job with over 100 subjobs inside it. Every subjob works on separate Windows slave. And in every build I have break connections in some subjobs with traceback, that you posted. понедельник, 3 ноября 2014 г., 19:30:20 UTC+3 пользователь Ivan Kanis нап

Jenkins: Loading overlay is not disappearing for config page with repeatable tag

2014-12-11 Thread Ricky
I'm trying to build a Jenkins plugin with multiple fields inside repeatable tag. I'm facing an issue with replenishing the values inside repeatable tag. I did some searching and found that adding advanced block helped a little. Now first time I open the config page, It's getting loaded p