Michiel Verheul created BIGTOP-3649: ---------------------------------------
Summary: Nexus local mirror functionality doesn't work in CI build Key: BIGTOP-3649 URL: https://issues.apache.org/jira/browse/BIGTOP-3649 Project: Bigtop Issue Type: Bug Reporter: Michiel Verheul Looking at the Jenkins build logs and also in my local build output, the 'local' Nexus functionality seems broken. It will never download any artifacts from the local mirror. What I tested (local): {noformat} # (re)create volume and network docker volume rm nexus-data docker volume create --name nexus-data docker network create bigtopNetwork # run nexus docker run -d -p 8081:8081 --network bigtopNetwork --name nexus -v nexus-data:/sonatype-work sonatype/nexus:oss # run build: docker run --network bigtopNetwork --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-centos-7 bash -l -c './gradlew -PNEXUS_URL=http://nexus:8081/nexus configure-nexus ambari-clean ambari-pkg yum' {noformat} -- This message was sent by Atlassian Jira (v8.20.1#820001)