There is currently this page [1] on the wiki that describes some of the
ideas behind what people want in a mail plugin for Jenkins. We made the
first step by pulling Mailer out into its own plugin, but now I'd like to
revisit the idea of what plugin is bundled with Jenkins.
Based on the list of fe
I have builds kicking off despite not having changes, unless Perforce is
detecting changes elsewhere in the repository as being part of the current
view. However, jenkins also shows the following for the same build, even
though it said "Changes detected" in the polling log:
[image: Inline image 1
Hi Mark,
good feedback. Haven't used "git clean" before.
I turned off "Clean after checkout" and do this before the actual build:
( set +x
git clean -n -xfd \
| grep -v ' \.repository/' \
| while read f; do \
p=${f#Would remove }
(set -x; rm -rf $WORKSPACE/$p)
You can't clean in the maven pom - as the maven pom is what will use what you
are trying to clean :-o
However - even if Max could selectively clean the repo I don't think it would
scale.
With Gerrit - you can end up with many changes submitted at the same time - and
you don't want to run them
Hello.
I have Jenkins 1.540 with latest git-plugin. Also I have large repo ~1,3 GB.
Shallow clone of this repo is about ~70 MB.
Of course I'd like to download shallow and I checked corresponding checkbox
in job configuration.
I'm starting build and watch ps aux on slave. I'm getting this: