mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
refactor: remove obsolete mandatory:false (#2191)
* refactor: remove obsolete mandatory:false * refactor: remove obsolete mandatory:false
This commit is contained in:
parent
7639175def
commit
19e90f04f2
@ -113,7 +113,6 @@ spec:
|
||||
- name: pullRequestName
|
||||
type: string
|
||||
description: Used to supply the name for the newly created PR project branch when being used in pull request scenarios
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
@ -226,7 +225,6 @@ spec:
|
||||
- name: vulnerabilityThresholdUnit
|
||||
type: string
|
||||
description: The unit for the threshold to apply.
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
|
@ -46,7 +46,6 @@ spec:
|
||||
- name: codeLocation
|
||||
description: An override for the name Detect will use for the scan file it creates.
|
||||
type: string
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
@ -66,7 +65,6 @@ spec:
|
||||
aliases:
|
||||
- name: detect/scanners
|
||||
type: "[]string"
|
||||
mandatory: false
|
||||
default:
|
||||
- signature
|
||||
possibleValues:
|
||||
@ -81,7 +79,6 @@ spec:
|
||||
aliases:
|
||||
- name: detect/scanPaths
|
||||
type: "[]string"
|
||||
mandatory: false
|
||||
default:
|
||||
- "."
|
||||
scope:
|
||||
@ -93,7 +90,6 @@ spec:
|
||||
aliases:
|
||||
- name: detect/scanProperties
|
||||
type: "[]string"
|
||||
mandatory: false
|
||||
default:
|
||||
- --blackduck.signature.scanner.memory=4096
|
||||
- --blackduck.timeout=6000
|
||||
@ -120,7 +116,6 @@ spec:
|
||||
aliases:
|
||||
- name: detect/groups
|
||||
type: "[]string"
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
@ -133,7 +128,6 @@ spec:
|
||||
aliases:
|
||||
- name: detect/failOn
|
||||
type: "[]string"
|
||||
mandatory: false
|
||||
default:
|
||||
- BLOCKER
|
||||
possibleValues:
|
||||
@ -191,7 +185,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
aliases:
|
||||
- name: maven/projectSettingsFile
|
||||
- name: globalSettingsFile
|
||||
@ -202,7 +195,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
aliases:
|
||||
- name: maven/globalSettingsFile
|
||||
- name: m2Path
|
||||
@ -213,7 +205,6 @@ spec:
|
||||
- STEPS
|
||||
- STAGES
|
||||
- PARAMETERS
|
||||
mandatory: false
|
||||
aliases:
|
||||
- name: maven/m2Path
|
||||
containers:
|
||||
|
@ -102,7 +102,6 @@ spec:
|
||||
- name: dockerfile
|
||||
type: string
|
||||
description: Defines the location of the Dockerfile relative to the Jenkins workspace.
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
|
@ -68,7 +68,6 @@ spec:
|
||||
- name: k8sAppTemplate
|
||||
type: string
|
||||
description: Defines the filename for the kubernetes app template (e.g. k8s_apptemplate.yaml)
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
@ -174,7 +173,6 @@ spec:
|
||||
- name: helmDeployWaitSeconds
|
||||
type: int
|
||||
description: Number of seconds before helm deploy returns.
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
@ -211,7 +209,6 @@ spec:
|
||||
|
||||
Recommendation is to use custom values and pass them via parameter `helmValues`.<br />
|
||||
Since helm supports multiple files on top of the `values.yaml`, landscape-specific attributes can be passed via a specific file.
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
@ -231,7 +228,6 @@ spec:
|
||||
- name: kubeContext
|
||||
type: string
|
||||
description: Defines the context to use from the \"kubeconfig\" file.
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
|
@ -243,7 +243,6 @@ spec:
|
||||
- name: versioningTemplate
|
||||
type: string
|
||||
description: "DEPRECATED: Defines the template for the automatic version which will be created"
|
||||
mandatory: false
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
|
@ -17,7 +17,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
default:
|
||||
- name: operationIdLogPattern
|
||||
type: string
|
||||
@ -27,7 +26,6 @@ spec:
|
||||
- STAGES
|
||||
- STEPS
|
||||
default: ^.*xs bg-deploy -i (.*) -a.*$
|
||||
mandatory: false
|
||||
aliases:
|
||||
- name: deployIdLogPattern
|
||||
- name: mtaPath
|
||||
@ -54,7 +52,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
- name: mode
|
||||
type: string
|
||||
description: "Controls if there is a standard deployment or a blue green deployment. Values: 'DEPLOY', 'BG_DEPLOY'"
|
||||
@ -76,7 +73,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
resourceRef:
|
||||
- name: commonPipelineEnvironment
|
||||
param: operationId
|
||||
@ -148,7 +144,6 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
mandatory: false
|
||||
outputs:
|
||||
resources:
|
||||
- name: commonPipelineEnvironment
|
||||
|
Loading…
Reference in New Issue
Block a user