[SUMMARY] 3 ITs permanently fail on Linux / Maven Core

2019-08-03 Thread Robert Scholte
Here's a very short summary and conclusion about what happened the last period. Half July some integration tests of Maven started to fail, but not always (it good happen that a certain JDK would succeed again with the next run). At that time we only noticed: - it failed only on the Linux n

Re: [maven-jenkins-lib] branch master updated: [INFRA-18734] Jenkins builds fail on email notifications due to unknown user ID "github"

2019-08-03 Thread Tibor Digana
Now the build is fully working. The problem was with serializating "currentBuild" in the statement "def changes = currentBuild?.changeSets". On Fri, Aug 2, 2019 at 10:59 PM Robert Scholte wrote: > Nope, it is not > > [Pipeline] echo > WARNING: Could not determine JIRA issues: > hudson.plugins.gi

Re: [maven-integration-testing] branch master updated: [MNG-6725] Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs (by default on Jenkins CI).

2019-08-03 Thread Hervé BOUTEMY
issue fixed, this commit causes more harm than anything else -1, please revert Regards, Hervé Le mercredi 31 juillet 2019, 19:01:29 CEST Hervé BOUTEMY a écrit : > doing > > > +if ( MAVEN_SKIP_RC ) > > +{ > > +verifier.setEnvironmentVariable( "MAVEN_SKIP_RC", "1" ); >