Update XC CLM job parameters
[releng/global-jjb.git] / jjb / lf-python-jobs.yaml
index 9041aef..fecaeff 100644 (file)
@@ -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 #
 
     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 #
           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:
     # 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'
     wrappers:
       - credentials-binding:
           - username-password-separated:
-              credential-id: sonar-xc-clm
+              credential-id: nexus-iq-xc-clm
               username: CLM_USER
               password: CLM_PASSWORD
     builders: