Can't find recommended version 2.222.2.1 rev2

2020-05-13 Thread Andrew Smith
Looking at this security advisory, it recommends upgrading to version 2.222.2.1 rev2, and I also see a warning in my Jenkins admin UI. But I've already run "sudo apt-get update" and "sudo apt-get upgrade" and I don't see that v

Re: Git Sparse Checkout and notifyCommit

2015-03-18 Thread Andrew Smith
To answer my own question: The poll does not care about your sparse checkout settings. But you can add an additional git option to achieve this: *Polling ignores commits in certain paths* On 18 March 2015 at 13:26, Andrew Smith wrote: > Hi > > I'm using Git Sparse Checkou

Git Sparse Checkout and notifyCommit

2015-03-18 Thread Andrew Smith
Hi I'm using Git Sparse Checkout (through the jenkins git plugin) to allow me to checkout only 1 directory from a git repo. I am also using /git/notifyCommit to notify Jenkins of git changes and allow automatic rebuilds when they occur. My problem is that I have repo1: repo1 . .. dir_a/ dir_b/

Re: Intermittent Hangs on Jenkins

2015-01-20 Thread Andrew Smith
Hi We've had another hang with a more suspicious looking output from jstack / jmap jstack - https://paste.ee/p/4Ny9t jmap -heap - https://paste.ee/p/yMuNr Any input greatly appreciated! Thanks On 19 January 2015 at 11:07, Andrew Smith wrote: > Looks like my attachments got strippe

Re: Intermittent Hangs on Jenkins

2015-01-19 Thread Andrew Smith
Looks like my attachments got stripped, files are: jstack - http://dpaste.com/1DZ44P7 jmap - http://dpaste.com/1FQJC3N On 16 January 2015 at 17:46, Andrew Smith wrote: > Hi > > We're getting intermittent hangs on our jenkins server. Basically it just > stops responding compl

Intermittent Hangs on Jenkins

2015-01-16 Thread Andrew Smith
Hi We're getting intermittent hangs on our jenkins server. Basically it just stops responding completely. We see our access attempts in the access.log but the jenkins log is no longer updated. The only way to rectify the issue seems to be to restart jenkins. I've followed https://wiki.jenkins-ci

Weekly E-mail Reports

2014-11-20 Thread Andrew Smith
Hi We're looking to use jenkins more at work and we want to increase it's visibility (of things like code coverage, number of tests, etc.). One way I thought to do this was to have a weekly "jenkins report". Listing the projects, alongside some graphs and metrics. Are there any projects out ther

Jenkins dependencies and setup.py

2014-09-29 Thread Andrew Smith
Hi I'm looking to set up jenkins to build a bunch of different python modules that are dependent upon each other. Let's say I have a module app ("Web App") that is dependent upon another module ("Library"). I would like Web App to be re-built whenever Library is rebuilt. In Jenkins I can ach