From: Jessica Wagantall Date: Fri, 20 Apr 2018 00:50:49 +0000 (-0700) Subject: Rename sonar-cli.sh to nexus-iq-cli.sh X-Git-Tag: v0.19.0~14^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=a91e95c9486824aac728653da9c5f04e2a82e201;p=releng%2Fglobal-jjb.git Rename sonar-cli.sh to nexus-iq-cli.sh Rename sonar-cli.sh script to nexus-iq-cli.sh since it is a more appropriated name for this script as Sonar tasks are not involved on this job. Just Nexus-IQ scans. Change-Id: I39a48c1cb8e24ad669a9a7f0ab4a7fcdb57ff1d5 Signed-off-by: Jessica Wagantall --- diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index cd492ab2..c065dd88 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -36,7 +36,7 @@ - inject: properties-content: 'CLM_PROJECT_NAME={clm-project-name}' - shell: !include-raw-escape: - - ../shell/sonar-cli.sh + - ../shell/nexus-iq-cli.sh #################### # COMMON FUNCTIONS # @@ -138,7 +138,7 @@ wrappers: - credentials-binding: - username-password-separated: - credential-id: sonar-xc-clm + credential-id: nexus-iq-xc-clm username: CLM_USER password: CLM_PASSWORD builders: diff --git a/shell/sonar-cli.sh b/shell/nexus-iq-cli.sh similarity index 100% rename from shell/sonar-cli.sh rename to shell/nexus-iq-cli.sh