X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-stage.sh;h=fa890475186aebf2ce6534cf95c182a74215aa87;hb=eafdcafcbe25dbad05e5117aca20bf6ea048ac44;hp=63d3f1e444f05d3596c8addabe1526d725890e7a;hpb=9c9feb37d817b1829d82e1531fa3a85499cbe7c4;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-stage.sh b/shell/maven-stage.sh index 63d3f1e4..fa890475 100644 --- a/shell/maven-stage.sh +++ b/shell/maven-stage.sh @@ -22,9 +22,6 @@ TMP_FILE="$(mktemp)" lftools deploy nexus-stage "$NEXUS_URL" "$STAGING_PROFILE_ID" "$WORKSPACE/m2repo" | tee "$TMP_FILE" staging_repo=$(sed -n -e 's/Staging repository \(.*\) created\./\1/p' "$TMP_FILE") -echo "INFO: Verify Nexus staging repository is closed" -lftools nexus release -v --server "$NEXUS_URL" "$staging_repo" - # Store repo info to a file in archives mkdir -p "$WORKSPACE/archives" echo "$staging_repo ${NEXUS_URL}/content/repositories/$staging_repo" | tee -a "$WORKSPACE/archives/staging-repo.txt"