X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fnsm%2Fmeridio-periodic.yaml;h=d4e1f25512d65aa72c0e343c9d5a007f0b3aed28;hb=5420f22c00eeb5ec6ef2371554f235fa5919a90f;hp=4acefe37f62541280af3e1585ccf02359f98296f;hpb=c4037896ba422b5eea840aeb43be3c9e59a6b14c;p=infra%2Fcicd.git diff --git a/jjb/nsm/meridio-periodic.yaml b/jjb/nsm/meridio-periodic.yaml index 4acefe37..d4e1f255 100644 --- a/jjb/nsm/meridio-periodic.yaml +++ b/jjb/nsm/meridio-periodic.yaml @@ -59,10 +59,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: true + 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"