Emailers

2014-02-14 Thread Slide
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

Perforce plugin detecting changes when none exist...

2014-02-14 Thread Jeff
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

Re: Git Plugin: "Clean after checkout" exclusions?

2014-02-14 Thread Max Spring
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)

RE: Git Plugin: "Clean after checkout" exclusions?

2014-02-14 Thread James Nord (jnord)
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

Jenkins ignoring "shallow' option

2014-02-14 Thread Kirill Bucharsky
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: