Hi, today the job bookkeeper-master-git-pullrequest started failing yesterday I changed the configuration of the "bookkeeper-master" just by adding some parameter to the mvn command line in order to push snapshots
according to the job config history there has been no change https://builds.apache.org/job/bookkeeper-master-git-pullrequest/jobConfigHistory/ last change was at 2017-05-25_21-41-51 from "SYSTEM" today Sijie and me changed some parameters but with effect The only big difference I found between the two jobs was that the git-pr job is running on nodes labelled "ubuntu" and the master on nodes with 'hadoop" I tried to switch to "hadoop" the git-pr job with no success, I reverted it to 'ubuntu' the main script for git-pr is #!/bin/bash export MAVEN_HOME=/home/jenkins/tools/maven/latest export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH export MAVEN_OPTS=-Xmx2048m export TESTPATCHDEBUG=true mvn clean apache-rat:check package findbugs:check and for master is #!/bin/bash export MAVEN_HOME=/home/jenkins/tools/maven/latest export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH export MAVEN_OPTS=-Xmx2048m export TESTPATCHDEBUG=true mvn clean apache-rat:check package findbugs:check -Dmaven.test.failure.ignore=true deploy other config options are good to me and the differences are only to due the nature of the jobs I have no other idea, we can check with infra @Sijie I can send the request to infra if no one else has ideas -- Enrico