You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Michiel Verheul (Jira)" <ji...@apache.org> on 2022/03/03 14:50:00 UTC

[jira] [Assigned] (BIGTOP-3649) Nexus local mirror functionality doesn't work in CI build

     [ https://issues.apache.org/jira/browse/BIGTOP-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michiel Verheul reassigned BIGTOP-3649:
---------------------------------------

    Assignee: Michiel Verheul

> 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
>            Assignee: Michiel Verheul
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Looking at the Jenkins build logs and also in my local build output, the 'local' Nexus functionality seems broken. Most of the time, it will not 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)