Correct bml job names
[infra/cicd.git] / jjb / nsm / meridio-pull-request.yaml
index 9dd3301cfb937cdd6c27992909dc8c78ec771f25..c32235956a86fe9c1c7f9654a2d155c671712d06 100644 (file)
           name: IMAGE_VERSION
           default: 'latest'
           description: Version of the images
-      - string:
+      - bool:
           name: E2E_ENABLED
-          default: "false"
-          description: Is E2E Tests enabled?
+          default: false
+          description: Run the e2e tests?
+      - bool:
+          name: HELM_CHART_UPLOAD
+          default: false
+          description: Upload Helm Charts?
+      - bool:
+          name: SECURITY_SCAN_ENABLED
+          default: false
+          description: Run the security scan?
       - string:
           name: GIT_PROJECT
           default: "https://github.com/Nordix/Meridio.git"