X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fnsm%2Fmeridio-pull-request.yaml;h=c32235956a86fe9c1c7f9654a2d155c671712d06;hb=refs%2Fchanges%2F54%2F20854%2F1;hp=9dd3301cfb937cdd6c27992909dc8c78ec771f25;hpb=c4037896ba422b5eea840aeb43be3c9e59a6b14c;p=infra%2Fcicd.git diff --git a/jjb/nsm/meridio-pull-request.yaml b/jjb/nsm/meridio-pull-request.yaml index 9dd3301c..c3223595 100644 --- a/jjb/nsm/meridio-pull-request.yaml +++ b/jjb/nsm/meridio-pull-request.yaml @@ -60,10 +60,18 @@ 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"