X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=fecaeff447e93e5f7de36c6757df4da886e0b030;hb=0b1d0ba4945b93dc5d86fffef20f4be44fc5a2f9;hp=cd492ab221afbea53740859796f0dc27ddfdcb1b;hpb=d8598304d2156c39d702bb5e087b802602f503a4;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index cd492ab2..fecaeff4 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 # @@ -51,10 +51,7 @@ archive-artifacts: > **/*.log - **/hs_err_*.log - **/target/**/feature.xml - **/target/failsafe-reports/failsafe-summary.xml - **/target/surefire-reports/*-output.txt + nexus-iq-cli-version: 1.44.0-01 ##################### # Job Configuration # @@ -73,14 +70,6 @@ branch: '{branch}' stream: '{stream}' lftools-version: '{lftools-version}' - - string: - name: NEXUS_IQ_CLI_JAR - default: nexus-iq-cli-1.44.0-01.jar - description: Nexus IQ CLI package to download and use. - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. wrappers: - lf-infra-wrappers: @@ -112,12 +101,18 @@ gerrit_clm_triggers: - comment-added-contains-event: - comment-contains-value: run-xc-clm$ + comment-contains-value: run-clm$ ##################### # Job Configuration # ##################### + parameters: + - string: + name: NEXUS_IQ_CLI_VERSION + default: '{nexus-iq-cli-version}' + description: Nexus IQ CLI package to download and use. + triggers: # Build weekly on Saturdays - timed: 'H H * * 6' @@ -138,7 +133,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: @@ -185,7 +180,7 @@ triggers: - lf-infra-github-pr-trigger: - trigger-phrase: '^run-xc-clm$' + trigger-phrase: '^run-clm$' only-trigger-phrase: false status-context: 'CLM' permit-all: true