RE: 1.528 Upgrade Issues

2013-08-20 Thread Matthew.Webber
The problem doesn’t happen to me on 1.528. It looks like it’s related to the publish-over-ssh plugin. If anyone else has this problem and is not using publish-over-ssh, please update the ticket. Matthew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf O

Re: http://updates.jenkins-ci.org/ DOWN

2013-08-20 Thread Dirk Volkmar
Seems to be a problem with our internet connection. Am Dienstag, 20. August 2013 08:21:28 UTC+2 schrieb Dirk Volkmar: > > > It seems that it is down again. Can anyone fix it? > > Am Montag, 19. August 2013 12:37:42 UTC+2 schrieb Nicolas De loof: >> >> and is UP now >> >> >> 2013/8/19 nicolas de lo

Jira plugin disabled but still updated JIRA issues ?!

2013-08-20 Thread Marek Marzec
Hello, Jenkins 1.519. In plugin I manager i switched off (untick checkbox) : Jenkins JIRA pluginvers 1.37 - still JIRA issues are being commented. Any ideas how to disable this plugin? How this jenkins "enable plugin" function works?

Re: Jira plugin disabled but still updated JIRA issues ?!

2013-08-20 Thread Ulli Hafner
Did you restart Jenkins? Ulli Am 20.08.2013 um 13:01 schrieb Marek Marzec : > Hello, > > > Jenkins 1.519. > > In plugin I manager i switched off (untick checkbox) : Jenkins JIRA plugin > vers 1.37 - still JIRA issues are being commented. > > > Any ideas how to disable this plugin? > > How

Re: Jira plugin disabled but still updated JIRA issues ?!

2013-08-20 Thread Marek Marzec
W dniu wtorek, 20 sierpnia 2013 13:19:28 UTC+2 użytkownik Ullrich Hafner napisał: > > Did you restart Jenkins? > Forgot to add -> sure, I'd restarted jenkins > > > > Jenkins 1.519. > > In plugin I manager i switched off (untick checkbox) : Jenkins JIRA > plugin

RE: Jira plugin disabled but still updated JIRA issues ?!

2013-08-20 Thread Matthew.Webber
Do you restart Jenkins, or just "reload configuration from disk"? I think you need to do a full restart. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Marek Marzec Sent: 20 August 2013 12:32 To: jenkinsci-users@googlegroups.com Subject: Re: Jira pl

Re: Anyone having Jenkins slaves on Windows 8?

2013-08-20 Thread Mathieu Hicauber
Hi JNLP and windows service doesn't work for me either. What is that "Startup + batch script" option that works for you please ? JNLP> Failed to connect to [hudson]/tcpSlaveAgentListener/... (network related issue I guess ^^) Windows Service => fail to start via DCOM Thank you, Mathieu. Le

RE: How to download plugins from Linux shell

2013-08-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The other recommendations you've received are really valuable, and you should not discount them. If you go down the route of downloading HPI/JPI files yourself, you will lose the benefit of dependency handling that Jenkins provides. You will have to download *all* necessary plugins (not just the

Re: Jira plugin disabled but still updated JIRA issues ?!

2013-08-20 Thread Marek Marzec
1) It was FULL restart. 2) listting of plugins dir: drwxr-xr-x 4 jenkins nogroup 4096 Aug 16 22:23 *jira* -rw-r--r-- 1 jenkins nogroup 2045030 Mar 20 21:45 ji*ra.bak* -rw-r--r-- 1 jenkins nogroup 2064637 Aug 16 22:23 *jira.jpi* -rw-r--r-- 1 jenkins nogroup0 Aug 19 0

Re: Jira plugin disabled but still updated JIRA issues ?!

2013-08-20 Thread Marek Marzec
W dniu wtorek, 20 sierpnia 2013 15:43:42 UTC+2 użytkownik Marek Marzec napisał: > > 1) It was FULL restart. > > > 2) listting of plugins dir: > > > drwxr-xr-x 4 jenkins nogroup 4096 Aug 16 22:23 *jira* > -rw-r--r-- 1 jenkins nogroup 2045030 Mar 20 21:45 ji*ra.bak* > -rw-r--r-- 1

Re: How to download plugins from Linux shell

2013-08-20 Thread Les Mikesell
On Tue, Aug 20, 2013 at 8:35 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) wrote: > The other recommendations you've received are really valuable, and you > should not discount them. If you go down the route of downloading HPI/JPI > files yourself, you will lose the benefit of dependency handling that

Re: 1.528 Upgrade Issues

2013-08-20 Thread Jared Griffith
I'm not using publish over ssh even though I have that plug in installed. On Tue, Aug 20, 2013 at 12:55 AM, wrote: > The problem doesn’t happen to me on 1.528. It looks like it’s related to > the publish-over-ssh plugin. If anyone else has this problem and is > *not*using publish-over-ssh, pl

Re: 1.528 Upgrade Issues

2013-08-20 Thread Jared Griffith
I uninstalled the publish over ssh plug in and restarted Jenkins and it resolved the issue. This doesn't affect any of my jobs because I don't use that plug in. On Tue, Aug 20, 2013 at 8:35 AM, Jared Griffith wrote: > I'm not using publish over ssh even though I have that plug in installed. > >

RE: How to download plugins from Linux shell

2013-08-20 Thread Christopher Carlson
I appreciate your suggestion. Under normal conditions, a *new* plugin would be downloaded through Jenkins. Also, any upgrades would be downloaded through Jenkins. Our motivation is, what if our server goes down, and we have to get a new one up right away? We want to create a new Linux box, i

RE: How to download plugins from Linux shell

2013-08-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Ahh, but there's the rub. If you've deployed from an automated system you need to update using it too. If you let the Jenkins admin install new plugins (or update plugins) through Jenkins itself, then your recipe in your SCM will be obsolete, and may not work at all if you have to deploy a new s

RE: How to download plugins from Linux shell

2013-08-20 Thread Christopher Carlson
Yes, I've been looking into Puppet. It is a consideration. I've written a script that runs as a cron job daily. It reads all the plugin MANIFEST.MF files and records the name/version of each installed plugin. This is then checked in to SVN. My other script reads this list and downloads the p

Re: How to download plugins from Linux shell

2013-08-20 Thread Andrew Melo
On Tue, Aug 20, 2013 at 11:29 AM, Christopher Carlson wrote: > Yes, I’ve been looking into Puppet. It is a consideration. > > > > I’ve written a script that runs as a cron job daily. It reads all the > plugin MANIFEST.MF files and records the name/version of each installed > plugin. This is t

RE: How to download plugins from Linux shell

2013-08-20 Thread Christopher Carlson
Way cool! Thanks for the link. Chris Carlson Sr. Software Engineer Zodiac Inflight Innovations 2929 E. Imperial Hwy. Brea, CA 92821 USA P: 714.854.8478 www.imsco-us.com From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andre

Set Jenkins slave system home directory to something other than $HOME

2013-08-20 Thread Matt Schuckmann
Is there a way to set the working directory for slave systems to something other than $HOME/workspace I ask because I would like to have my jenkins user directory (~jenkins) NFS mounted and shared between the master and all the slaves so it's easy to share scripts and tools etc, but have the ac

Run ant scripts on external machine from local jenkins installation

2013-08-20 Thread vganta
Hi, Does any one have the steps to Run ant scripts on external machine from local jenkins installation and also what all needs to be configured before doing this., Please let us know Thanks, V -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group

Re: Set Jenkins slave system home directory to something other than $HOME

2013-08-20 Thread Daniel Beck
Go to http://jenkins/computer/slavename/configure and change 'Remote FS root'. Make sure no two slaves use the same one. You can still use a shared directory in the $HOME for tools etc -- you could define an environment variable TOOLS_DIR that points there, and use it in the job scripts. There'

When PHPUnit fails, last test result = no fail

2013-08-20 Thread Mikael Peigney
Hi, I have a job for a PHP project which runs an ant script, which runs PHPUnit. My Ant task is: > > > > > > It runs fine when they are no problems. However, when there is a fail, the job is marked as failed (normal), but it says there is no failures in test resu

Re: Run ant scripts on external machine from local jenkins installation

2013-08-20 Thread Mikael Peigney
Hi, What about Ant's SSH task? http://ant.apache.org/manual/Tasks/sshexec.html Mikael. Le mardi 20 août 2013 20:23:32 UTC+2, vga...@google.com a écrit : > > Hi, > > Does any one have the steps to Run ant scripts on external machine from > local jenkins installation and also what all needs to be

Re: Set Jenkins slave system home directory to something other than $HOME

2013-08-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You only need to be concerned about multiple slaves having the same 'Remote FS root' if they are located on the same computer :-) I have all of my slaves configured with '/jenkins' for their remote FS and they work fine, because they are all one slave per computer. - Original Message -

Re: Set Jenkins slave system home directory to something other than $HOME

2013-08-20 Thread Daniel Beck
Of course, I didn't intend this to mean 'the strings configured here must be unique among all slaves'. Just, you know, different directories. It doesn't help to use different paths and have symlinks and mount points result in two slaves sharing the same directory either. On 20.08.2013, at 21:58

Job Import Plugin fails w/ "Not a Project"

2013-08-20 Thread Jeff
This is getting frustrating as we are migrating to a new jenkins master + 3 slave configuration that is now hosted in our production environment (more stable). I can query the old server and see a list of jobs (65 or so), but all attempts to import any job fails with: FAILED - Not a project

Continous Integration with Jenkins/Hudson-SVN- ANT-Session

2013-08-20 Thread sai jithesh
Continous Integration with Jenkins/Hudson-SVN- ANT-Session Learn and Share on a wide range of tutorials in the tools like ANT , Maven , SCM like GIT , Subversion [ SVN ] , Starteam, SCM Migration activities , Perforce - CI Tools like Cruisecontrol , Jenkins - Application Servers like JBoss , T