Re: Jenkins Github PR integration - Support for whitelisting?

2017-09-25 Thread Meghna Baijal
Hi All, I am also attempting to add similar functionality to MXNet builds. Is there any project using the Jenkins ‘multi branch pipeline’ job with such features ? (GitHub comment triggers, whitelisted users etc?). Though I currently have a working version, a reference project might give me a be

Re: Configuring build with maven 3.3.9

2017-09-25 Thread Marshall Schor
nevermind - fixed by upgrading maven invoker plugin to current version, which doesn't use mvn.bat. Apologies for the noise.  -Marshall Schor On 9/21/2017 4:07 PM, Marshall Schor wrote: > ping? we're continuing to get this on Windows builds. > > latest one: > >

Re: fixing config for running maven on windows machines

2017-09-25 Thread Marshall Schor
Well, nevermind.  Fixed this issue by upgrading the maven invoker plugin to the current version, which no longer calls mvn.bat. Sorry for the noise.  -Marshall Schor On 9/25/2017 4:32 PM, Marshall Schor wrote: > Please copy mvn.cmd to mvn.bat in the maven install / bin folder. > > See > https://

fixing config for running maven on windows machines

2017-09-25 Thread Marshall Schor
Please copy mvn.cmd to mvn.bat in the maven install / bin folder. See https://stackoverflow.com/questions/32706000/error-in-maven-build-mvn-bat-not-recognized We need this in particular for maven 3.3.9.  We get this message whenever a Windows machine is used: Maven invocation failed. Error conf

Re: OWASP dependency-check 2.1.1

2017-09-25 Thread Jacques Le Roux
Same here, was usable before using the Gradle plugin. I was then using the cmd line and adding excludes. With Gradle it's impossible, too much (false) dependencies loaded. Having all the dependencies is though useful while debugging, you have all the source... Jacques Le 25/09/2017 à 19:45,

Re: Jenkins Github PR integration - Support for whitelisting?

2017-09-25 Thread Jason Kuster
Beam is also using the "official" plugin and has found it to be very useful (it also allows us to trigger postcommit builds against pull requests if a contributor wants to test something in more depth). All our jobs are defined in the Job DSL in our repository[1]. [1] https://github.com/apache/bea

Re: OWASP dependency-check 2.1.1

2017-09-25 Thread Brian Demers
Every time I use that plugin I end up with a bunch of false positive excludes (I haven't switched to 2.x yet) On Mon, Sep 25, 2017 at 12:23 PM, Tilman Hausherr wrote: > If anybody is using OWASP dependency-check for their builds, the new > version 2.1.1 is over-sensitive compared to 2.1.0. I've

OWASP dependency-check 2.1.1

2017-09-25 Thread Tilman Hausherr
If anybody is using OWASP dependency-check for their builds, the new version 2.1.1 is over-sensitive compared to 2.1.0. I've opened an issue here https://github.com/jeremylong/DependencyCheck/issues/894 Besides fontbox, it also reports javamail. Tilman

Re: Jenkins Github PR integration - Support for whitelisting?

2017-09-25 Thread Ismael Juma
Hi, It is possible to use the plugin you call "official" too. It became available some time ago and we (Apache Kafka) switched to it once we found out. The easiest way is to look at our config: https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/ Ismael On Mon, Sep 25, 2017 at 8:02 AM, Jaikir

Jenkins Github PR integration - Support for whitelisting?

2017-09-25 Thread Jaikiran Pai
Hello Build Team, I'm one of the committers of the Apache Ant project[1]. We use Jenkins hosted by the Infra team at builds.apache.org for automated triggering of specific Jenkins jobs for pull requests that are submitted at the (read-only) mirrors of the project hosted at github[2]. The Jenki