From 16b13dc68a3adc6234eeb8379b860c1fffb4daf9 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Fri, 16 Aug 2019 19:09:58 -0700 Subject: [PATCH 1/1] Once nexus3 push is complete, unset alt_nexus_url create-netrc uses the value of alt_nexus_url if it's set. We need to remove this value so that the correct credentials are used for pushing logs at the end of the job. Change-Id: Ie3704f3e83226088e6b2d700c0e3ee2c5318e257 Signed-off-by: Eric Ball --- jjb/akraino-templates/akraino-ta-common-macros.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/akraino-templates/akraino-ta-common-macros.yaml b/jjb/akraino-templates/akraino-ta-common-macros.yaml index 24436b9..df49779 100644 --- a/jjb/akraino-templates/akraino-ta-common-macros.yaml +++ b/jjb/akraino-templates/akraino-ta-common-macros.yaml @@ -135,6 +135,8 @@ - ../shell/ta-rpm-deploy.sh - shell: !include-raw: - ../../global-jjb/shell/logs-clear-credentials.sh + - inject: + properties-content: 'ALT_NEXUS_URL=' - builder: name: ta-lf-infra-ship-isos -- 2.16.6