From a91e95c9486824aac728653da9c5f04e2a82e201 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 19 Apr 2018 17:50:49 -0700 Subject: [PATCH] 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 --- jjb/lf-python-jobs.yaml | 4 ++-- shell/{sonar-cli.sh => nexus-iq-cli.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename shell/{sonar-cli.sh => nexus-iq-cli.sh} (100%) 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 -- 2.16.6