Re: Proxy Error when trying to view workspace

2014-03-05 Thread Adam Mercer
On Wed, Mar 5, 2014 at 5:20 PM, Daniel Beck wrote: > If there are many directory entries in the particular directory you're > viewing, likely because of JENKINS-21780: > https://issues.jenkins-ci.org/browse/JENKINS-21780 That sounds like it. Thanks. Cheers Adam -- You received this message b

Re: Recover disk space in Jenkins

2014-03-05 Thread Chris Marks
You might also take a look at the job dsl plugin to help you manage jobs. Thanks, topher On Mar 5, 2014 5:15 PM, "Les Mikesell" wrote: > On Wed, Mar 5, 2014 at 5:56 PM, Kerry Cox wrote: > > Les, > > Thanks much. I have been going through and cleaning up the improperly > > formed projects and a

Re: Recover disk space in Jenkins

2014-03-05 Thread Les Mikesell
On Wed, Mar 5, 2014 at 5:56 PM, Kerry Cox wrote: > Les, > Thanks much. I have been going through and cleaning up the improperly > formed projects and adding that. Once you get a few projects working the way you want, you can start creating others as copies of something similar so you only have t

Re: Recover disk space in Jenkins

2014-03-05 Thread Kerry Cox
Les, Thanks much. I have been going through and cleaning up the improperly formed projects and adding that. On top of that I downloaded the "Cleanup Workspace Plugin" which has helped immensely. Kerry --- Kerry Cox, Ph.D. IT Operations Manager W.J. Bradley Mortgage Capital Work: 801-285-9187 Cell

Re: Recover disk space in Jenkins

2014-03-05 Thread Les Mikesell
On Wed, Mar 5, 2014 at 5:30 PM, Kerry Cox wrote: > One other question, rather than simply deleting each build individually (all > 150+ builds), is there any way to globally delete all builds from a certain > day back? Generally what you want to do is check the 'discard old builds' box in the job

Re: Recover disk space in Jenkins

2014-03-05 Thread Kerry Cox
One other question, rather than simply deleting each build individually (all 150+ builds), is there any way to globally delete all builds from a certain day back? Thanks. Kerry --- Kerry Cox, Ph.D. IT Operations Manager W.J. Bradley Mortgage Capital Work: 801-285-9187 Cell: 801-554-7706 kerry

Re: Recover disk space in Jenkins

2014-03-05 Thread Kerry Cox
Bat, Thanks for the reply. Yes, I neglected to mention that. We have about 35-40 projects of which nearly all are doing nightly builds and also developers are doing builds several times during the day. It appears to me that no one has set the "Delete Old Builds" option on any of the projects and n

Re: Proxy Error when trying to view workspace

2014-03-05 Thread Daniel Beck
If there are many directory entries in the particular directory you're viewing, likely because of JENKINS-21780: https://issues.jenkins-ci.org/browse/JENKINS-21780 On 05.03.2014, at 23:57, Adam Mercer wrote: > On Wed, Mar 5, 2014 at 1:19 PM, Daniel Beck wrote: >> You're running Jenkins behind

Re: Proxy Error when trying to view workspace

2014-03-05 Thread Adam Mercer
On Wed, Mar 5, 2014 at 1:19 PM, Daniel Beck wrote: > You're running Jenkins behind a reverse proxy (Apache, nginx, ...) and > Jenkins takes so long to respond that the proxy gives up. > > Increase the timeout. But why is it taking so long? The machine which is workspace is on is contented via a

Re: Recover disk space in Jenkins

2014-03-05 Thread Baptiste Mathus
Hi, You didn't say how many jobs you have in your installation. Though 80GB still seems to me it's generally not worth spending engineering time to look into it, is agree it could be seen as weird if you only have about 3 jobs. Anyway, before acting, I guess you should analyze more what's actually

Recover disk space in Jenkins

2014-03-05 Thread Kerry Cox
All, Apologies for the neophyte question. I've searched through the archives and cannot find a definitive answer for our issue. We have over 80 GBs of disk space in use by the Jenkins server (not a large virtual machine to begin with), and though we have been deleting projects and builds from th

Re: Rebooting Windows Slaves

2014-03-05 Thread Robin Rosenberg
- Ursprungligt meddelande - > Från: "Andrew Sumner" > Till: jenkinsci-users@googlegroups.com > Skickat: onsdag, 5 mar 2014 3:18:17 > Ämne: Rebooting Windows Slaves > > I'm searching for a more robust way of rebooting a Windows slave. I reboot > our windows slaves every night as I find

Re: jenkins maven plugin: How to automatically archive maven artifacts?

2014-03-05 Thread Daniel Carter
Hrm, most of my maven jobs build one maven project. i.e. they are not multi-module builds. I would like the artifacts to be displayed on the main page of the job. It turns out if you click on modules on the left hand menu, then click on the single module with the same name as the project, then

Re: plugin wishlist/ideas

2014-03-05 Thread Les Mikesell
On Fri, Feb 28, 2014 at 9:00 AM, Tomáš Bambas wrote: > Hi all, > > the part of my Master thesis assignment is to create some plugin for > Jenkins. It is really hard to bring something new, because there is a plugin > for every possible build tool or notifier protocol So if you (or your > compa

Re: Proxy Error when trying to view workspace

2014-03-05 Thread Daniel Beck
You're running Jenkins behind a reverse proxy (Apache, nginx, ...) and Jenkins takes so long to respond that the proxy gives up. Increase the timeout. On 05.03.2014, at 15:02, Adam Mercer wrote: > Hi > > Access to a jobs workspace has always been slow for me but this > morning it's timing out

Re: Cannot set href hyperlink with ftp on Jenkins UI page

2014-03-05 Thread Daniel Beck
It's prohibited by the "raw HTML" formatter policy (an obvious misnomer). Only http/https and mailto protocols are currently allowed in href attributes. You need a plugin that is more lenient with what is allowed. It should be trivial to write one yourself (basically [1] without the line calling

Variable names from github pull request plugin

2014-03-05 Thread James Eisenhauer
I am using the github pull request plugin and I would like to do some shell scripts for deployment based on information in the pull request. I am wondering if there are or how I find out what information from the pull requests is available in the Jenkins environment that could be used in a shel

Re: jenkins maven plugin: How to automatically archive maven artifacts?

2014-03-05 Thread Dmitry Katsubo
That is vary good point Eric. Indeed, there is Nexus repository behind CI. Unfortunately it is configured to store only the latest (SNAPSHOT) version of artifacts (I cannot influence that policy), however I would like to go back in build history and get previous version from build history. Artifact

RE: plugin wishlist/ideas

2014-03-05 Thread David Aldrich
Hi Tomas > the part of my Master thesis assignment is to create some plugin for Jenkins. > So if you (or your company) have any wish or idea, please let me know. :) You could look at creating a plugin to modify the scheduling behaviour. The description for the ‘Least Load’ plugin reads: “By de

Re: jenkins maven plugin: How to automatically archive maven artifacts?

2014-03-05 Thread Eric Wood
Have you considered using something like artifactory and its associated plugin.  There is a free version that you can try and you can add the associated plugin for archiving assets in the binary repository. Eric On Wednesday, March 5, 2014 4:43 AM, Dmitry Katsubo wrote: I have filed JENKI

Has anybody gotten the maven release process to work with TFS?

2014-03-05 Thread Eric Wood
I have been trying to get the maven release process to work with TFS and been having a rough time of it.  Curious if anybody has gotten it to work.  It seems like the prepare works with the standard VS tf.exe command and the perform works with the TFS Everywhere version of tf.exe, but I have bee

How to tell Jenkins to provide settings.xml to Maven?

2014-03-05 Thread karg
I have configured the Config File plugin to provide a custom settings.xml. But it seems the Jenkins slave is not using it. How to tell Jenkins that the Maven installation it automatically pushes on the slave shall use that custom settings.xml file? I thought Config File plugin would automatically

Loading jdbc drviers from a jar file issue

2014-03-05 Thread Mark Humphreys
All, This might be a very simple answer, but I am stuck! I have a task that needs to query data from a database, and then trigger builds, set parameters, etc. I have half a script that queries the database, using the jdbc driver (provided in a jar file), and another half of the script that doe

Proxy Error when trying to view workspace

2014-03-05 Thread Adam Mercer
Hi Access to a jobs workspace has always been slow for me but this morning it's timing out and I'm getting an error of the following form when trying to view the workspace: """ Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle th

Re: jenkins maven plugin: How to automatically archive maven artifacts?

2014-03-05 Thread Dmitry Katsubo
I have filed JENKINS-21522in relation to that. Vote for it… On Wednesday, 5 March 2014 04:54:27 UTC+1, Daniel Carter wrote: > > Yes i have the same problem. There is an option in the settings to > "Disable automatic artifact archiving", which

Re: Strategies to disk-risk a Jenkins upgrade

2014-03-05 Thread Mike Bayliss
I only update or add a plugin if it's needed by a user or fixes a bug that's getting in the way. Since I'm driven by what users want I don't restrict myself to LTS releases. I run a parallel Jenkins setup with jobs that exercise each plugin we use, and will only update the production system if al