engine: Include stack version in installer filename
[infra/cicd.git] / jjb / engine / verify-jobs / onap-verify-package.yaml
index 1e5676246e73587da0b3f5dfbbdc21f5e5165b45..5820b5fd3389f0c9fd61bf80d409b74f0399a174 100644 (file)
@@ -32,6 +32,7 @@
           failed: false
           unstable: false
           notbuilt: false
+          deploy-scenario: 'onap-sdc-full'
       - 'frankfurt':
           branch: '{stream}'
           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
@@ -41,6 +42,7 @@
           failed: false
           unstable: false
           notbuilt: false
+          deploy-scenario: 'onap-sdc-full'
       - 'elalto':
           branch: '{stream}'
           openrc-credentials-file: 'est-jenkins-openrcfile-city-frankfurt-cicd'
@@ -50,6 +52,7 @@
           failed: false
           unstable: false
           notbuilt: false
+          deploy-scenario: 'onap-sdc-full'
 
     distro:
       - ubuntu1804
     concurrent: true
 
     parameters:
+      - string:
+          name: DEPLOY_SCENARIO
+          default: '{deploy-scenario}'
+          description: 'Scenario to test change with.'
       - string:
           name: EXECUTION_MODE
           default: '{execution-mode}'