On Wed, Apr 5, 2017 at 12:24 PM, Olaf Flebbe <[email protected]> wrote: > > Oh yes, you are right ! > > https://ci.bigtop.apache.org/job/Bigtop-trunk-packages-by-jenkins/COMPONENTS=ambari,OS=debian-8/30/console > > Shows an error, but packages anyway ! > > [ERROR] Failed to execute goal on project ambari-metrics-storm-sink: Could > not resolve dependencies for project > org.apache.ambari:ambari-metrics-storm-sink:jar:2.5.0.0.0: Could not find > artifact org.apache.storm:storm-core:jar:1.1.0-SNAPSHOT in apache-hadoop > (http://repo.hortonworks.com/content/groups/public/) -> [Help 1] > > > The Jenkins job > > ------ > > docker run -u jenkins --rm -v `pwd`:/ws$DOCKER_SELINUX --workdir /ws -e > COMPONENTS=$COMPONENTS -e CONFIGURE_NEXUS=$CONFIGURE_NEXUS $NEXUS > bigtop/slaves:trunk-$OS \ > bash -c '. /etc/profile.d/bigtop.sh; ./gradlew allclean $CONFIGURE_NEXUS > $COMPONENTS-pkg ; ./gradlew repo > > ---- > > should read > > ..... ./gradlew allclean $CONFIGURE_NEXUS $COMPONENTS-pkg && ./gradlew repo > > > And the all-blue jenkins will be gone ;-(
That's actually a different issue (network related?). But it still sucks to have these spurious failures :-( Thanks, Roman.
