You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
added detect8 support (#4545)
This commit is contained in:
committed by
GitHub
parent
f6e6d04408
commit
0f04b5f6e1
@@ -297,6 +297,28 @@ spec:
|
||||
- STAGES
|
||||
- STEPS
|
||||
deprecated: true
|
||||
- name: useDetect8
|
||||
description:
|
||||
"This flag allows to use the currently supported 8 version of Detect Script instead of v7"
|
||||
aliases:
|
||||
- name: detect/useDetect8
|
||||
type: bool
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
default: false
|
||||
- name: successOnSkip
|
||||
description:
|
||||
"This flag allows forces Black Duck to exit with 0 error code if any step is skipped"
|
||||
aliases:
|
||||
- name: detect/successOnSkip
|
||||
type: bool
|
||||
scope:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
default: false
|
||||
- name: customEnvironmentVariables
|
||||
description:
|
||||
"A list of environment variables which can be set to prepare the environment to run a BlackDuck scan. This includes a list of environment variables defined by
|
||||
|
||||
Reference in New Issue
Block a user