Re: troubleshooting stash slowness

2017-12-14 Thread Nathaniel Irons
Dec 14, 2017, at 03:58 PM, Mark Waite wrote: > > > On Thu, Dec 14, 2017 at 4:13 PM Nathaniel Irons > wrote:>> Jenkins is building an iOS project with five > similarly-sized targets.>> The git repository is 251 MB, of which the .git > dir is 130 MB. A >> pi

troubleshooting stash slowness

2017-12-14 Thread Nathaniel Irons
Jenkins is building an iOS project with five similarly-sized targets. The git repository is 251 MB, of which the .git dir is 130 MB. A pipeline stage handles the checkout, injects build numbers, and stashes the modified sources, minus the unnecessary .git dir, for the other build nodes to consume.

git polling failure half-resolved by copying the job

2017-09-26 Thread Nathaniel Irons
Hello, I've spent about two days trying to troubleshoot a git polling failure on a new jenkins master, running 2.60.3 and git plugin 3.5.1. Polling (kicked off manually or by timer or by webhook) will run, print the names of all current branches, then declare "No changes". If I publish a new branc

Selectively building a particular git SHA

2015-11-08 Thread Nathaniel Irons
Hello, Is there a sanctioned way to configure Jenkins to monitor a subset of git branches to build automatically, while also supporting builds of particular SHAs? We've managed this hackishly for several years on a few dozen repos, using a configured list of branches to watch, an optional BUIL

Re: jenkins and ssh-agent forwarding

2013-02-16 Thread Nathaniel Irons
aching this, and we still need to work it > into git and svn plugins, but still feedback would be good > > > On Saturday, 16 February 2013, Nathaniel Irons wrote: > >> I've been looking for a way to scrub our CI system of password-less SSH >> keys, on-disk credentia

jenkins and ssh-agent forwarding

2013-02-16 Thread Nathaniel Irons
I've been looking for a way to scrub our CI system of password-less SSH keys, on-disk credentials, and plugins trusted with passphrases. ssh-agent is running on our Jenkins master (Ubuntu), and contains keys for github, our in-house git server, and the build nodes (OS X). Agent forwarding is enabl

can I run a script ahead of matrix triggers?

2012-11-02 Thread Nathaniel Irons
We've got a matrix job which is coming along nicely, though we've now got a task that should only execute once per build, not once per build node. Is there any way to define a script to run before the downstream triggers execute? Those triggers shouldn't start before the script is done, and if