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
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.
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
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
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
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
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