From: Artem Naluzhnyy Date: Tue, 11 Jun 2019 13:38:27 +0000 (+0200) Subject: Remove job specific Coverity parameters from build parameters. X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F89703%2F2;p=ci-management.git Remove job specific Coverity parameters from build parameters. All builds of a job should have the same Coverity parameters. Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy Change-Id: I94be00a5ec044f576b9fe0c5d3b8c642e1921a79 --- diff --git a/jjb/ci-management/ci-management-coverity.yaml b/jjb/ci-management/ci-management-coverity.yaml index deae32af6..c4c4548fb 100644 --- a/jjb/ci-management/ci-management-coverity.yaml +++ b/jjb/ci-management/ci-management-coverity.yaml @@ -50,22 +50,6 @@ name: ARCHIVE_ARTIFACTS default: '{archive-artifacts}' description: Artifacts to archive to the logs server. - - string: - name: COVERITY_PROJECT_NAME - default: '{coverity-project-name}' - description: | - Project name in Coverity Scan service. - - string: - name: COVERITY_TOKEN - default: '{coverity-token}' - description: | - Project token in Coverity Scan service. - - string: - name: COVERITY_USER_EMAIL - default: '{coverity-user-email}' - description: | - Email of registered user in Coverity Scan service who initiated - the submittion. triggers: - timed: '{obj:cron}' @@ -84,6 +68,11 @@ - lf-provide-maven-settings: global-settings-file: global-settings settings-file: '{mvn-settings}' + - inject: + properties-content: | + COVERITY_PROJECT_NAME={coverity-project-name} + COVERITY_TOKEN={coverity-token} + COVERITY_USER_EMAIL={coverity-user-email} - shell: !include-raw-escape: - ../../global-jjb/shell/common-variables.sh - ../../shell/maven-coverity.sh