Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-04 Thread Raouf
Of course i'm using a specific account when using ssh, however, when i disconnect (with the same account logged in) a slave from jenkins's interface, i get "Disconnected by anonymous" displayed Concerning the FS, i was running the same version (1.456) for both masters and slaves, and it always

Updates of jenkins and plugins are not shown

2013-10-04 Thread tom-e
Hello We don't get any information about new versions of jenkins or plugins on the "Manage Jenkins" page. The only error I got in the log is this one: > Failed to load > hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl > java.lang.LinkageError: Failed to resolve class >

Re: Why take so long to finish the job?

2013-10-04 Thread Cain Kilgore
If you have more than 100 jobs currently running at the same time, then it may just be a performance issue. You may need to upgrade your box to keep up with the builds. On Friday, October 4, 2013 12:20:43 AM UTC+1, Luis Lopez wrote: > When a multiconfiguration job fails or is aborted by a user

Re: Hundreds of modules

2013-10-04 Thread Cain Kilgore
You should be able to setup a cron job that will remove any old builds within 30 days manually, provided it's running on Linux. On Thursday, October 3, 2013 10:06:10 PM UTC+1, Christopher wrote: > I am looking at a Jenkins instance that has some issues. One of the things > I see is that while a

Re: Hundreds of modules

2013-10-04 Thread Maciej Jaros
Cain Kilgore (2013-10-04 10:56): You should be able to setup a cron job that will remove any old builds within 30 days manually, provided it's running on Linux. Or a Jenkins job on any system ;-) Cheers, Nux. -- You received this message because you are subscribed to the Google Groups "Jenkin

[ANN] SSH Slaves 1.3

2013-10-04 Thread Stephen Connolly
I found a number of bugs with the upgrade logic for handling pre-credentials integration to post-credentials integration. Version 1.3 of the SSH Slaves plugin should be *much* better at upgrading, and should identify and consolidate duplicate keys correctly (it was previously failing to pick up ma

Re: Jenkins Automatically Deleting Build Logs

2013-10-04 Thread Manjunath DG
Hi Daniel, Yes seems all because of the project change after the restart as caused this problem.Will another restart of Jenkins instance will fix my problem.Can you please suggest me on this. Thanks and Regards, Manjunath D G From: Manjunath DG To: "jenkinsci

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 21.10.2013)

2013-10-04 Thread Andreas Schilling
Ich kehre zurück am 21.10.2013. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7158/1715-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Hundreds of modules" gesendet am 0

Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Andrew Barber
Has anyone else seen this? (I am on 1.529) When a jobs is launched on a slave, ${WORKSPACE} is set to the slave root instead of the workspace directory. I setup a simple example with a project that does echo ${WORKSPACE} pwd The project is a basic project - the only selection changed from the

RE: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Ginga, Dick
Is your job named Test-Slave? This works for me but I use Windows slaves From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Barber Sent: Friday, October 04, 2013 10:48 AM To: jenkinsci-users@googlegroups.com Subject: Slave ${WORKSPACE} not set cor

Re: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Andrew Barber
Yeah, the job name is Test-Slave AJ On Friday, October 4, 2013 10:59:27 AM UTC-4, rginga wrote: > > Is your job named Test-Slave? This works for me but I use Windows slaves > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Andrew Barber > *Se

RE: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Ginga, Dick
Sorry, I see what the output means now. And sorry again as I don't have an answer From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Barber Sent: Friday, October 04, 2013 11:18 AM To: jenkinsci-users@googlegroups.com Subject: Re: Slave ${WORKSPAC

Re: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Andrew Barber
I should mention that I am running the master and the slave on linux. AJ On Friday, October 4, 2013 10:47:40 AM UTC-4, Andrew Barber wrote: > > Has anyone else seen this? (I am on 1.529) > > When a jobs is launched on a slave, ${WORKSPACE} is set to the slave root > instead of the workspace dir

Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-04 Thread Les Mikesell
On Fri, Oct 4, 2013 at 2:51 AM, Raouf wrote: > Of course i'm using a specific account when using ssh, however, when i > disconnect (with the same account logged in) a slave from jenkins's > interface, i get "Disconnected by anonymous" displayed I think that refers to the user logged into the jenk

Windows 8 slaves not starting up (as a service)

2013-10-04 Thread Curtis Kline
I used JNLP to start some Windows 8 slaves, which have been set up to run as a service. Even though the service is set to "Automatic", it often doesn't start up. In fact sometimes the service stops for no apparent reason, and then doesn't restart. And, if the box is rebooted the service sometimes d

Re: Windows 8 slaves not starting up (as a service)

2013-10-04 Thread Curtis Kline
I found the Mail Watcher plugin, which will monitor the status of the salve nodes. This should handle my #2 item. On Fri, Oct 4, 2013 at 8:51 AM, Curtis Kline wrote: > I used JNLP to start some Windows 8 slaves, which have been set up to run > as a service. Even though the service is set to "A

Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-04 Thread Raouf Abdelhamid
i was logged with another account (let's call it myAccount) however, when i shut down the slave from the jenkins nodes interface, it showed the previous message i never said i was running a different jar, i said i was running a different java process. do you have any documentation about jenkins s

Re: Issue with the MultiJob Plugin - Failed to serialize

2013-10-04 Thread qablogmbox
Can anyone help with this? Would be most appreciative. Sincerely On Tuesday, October 1, 2013 5:25:30 PM UTC-4, qablo...@gmail.com wrote: > > Hoping someone can help me. > > I have version 1.480.3 of Jenkins installed. We have jobs created using > the MultiJob plugin (have version 1.9 installed)

Re: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Have you tried 1.535 (or any later release)? It would be helpful to confirm that it hasn't already been fixed before a developer spends any time on this. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Oct 4 2013 11:31:31 I should men

Re: Hundreds of modules

2013-10-04 Thread JonathanRRogers
On Friday, October 4, 2013 6:08:12 AM UTC-4, Maciej Jaros wrote: > > Cain Kilgore (2013-10-04 10:56): > > You should be able to setup a cron job that will remove any old builds > within 30 days manually, provided it's running on Linux. > > > Or a Jenkins job on any system ;-) > > Indeed, o

Re: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Andrew Barber
No, haven't tried on a later version, but I'll give that a try soon. AJ On Friday, October 4, 2013 3:13:13 PM UTC-4, Kevin Fleming wrote: > > Have you tried 1.535 (or any later release)? It would be helpful to > confirm that it hasn't already been fixed before a developer spends any > time on t

Re: Can't launch 2 slaves (having two different masters) on the same machine

2013-10-04 Thread Les Mikesell
On Fri, Oct 4, 2013 at 2:09 PM, Raouf Abdelhamid wrote: > i was logged with another account (let's call it myAccount) however, when i > shut down the slave from the jenkins nodes interface, it showed the previous > message This login was in the same web session? Are you using the matrix based se

Re: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Andrew Barber
Ok, after some testing with a newer release, I have narrowed it down to Environment Injector Plugin. When this plugin is enabled, WORKSPACE is incorrect on slave nodes. Disable it and everything is good. I'll have to move my bug o

Developing a Maven extension to activate profiles based on Git

2013-10-04 Thread Shahim Essaid
Hi all, I'm new to Jenkins and finding it very useful. I'm also getting used to the Git flow pattern and I wanted to integrate it with my Jenkins builds so I started to develop a Maven extension to do that. Basically, my extension will do the following: 1. Find the checked out Git ref (from t

Re: Developing a Maven extension to activate profiles based on Git

2013-10-04 Thread Stephen Connolly
Just a question, what is the problem you are trying to solve... Or perhaps to put it another way, *why* would I want this? On Saturday, 5 October 2013, Shahim Essaid wrote: > Hi all, > > I'm new to Jenkins and finding it very useful. I'm also getting used to > the Git flow pattern and I wanted to

Re: Developing a Maven extension to activate profiles based on Git

2013-10-04 Thread Shahim Essaid
On Fri, Oct 4, 2013 at 5:48 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > Just a question, what is the problem you are trying to solve... Or perhaps > to put it another way, *why* would I want this? > > The Git flow pattern recommends a pattern for branching and branch naming th