2019-05-08 11:36:01 +02:00
|
|
|
# ${docGenStepName}
|
|
|
|
|
|
|
|
## ${docGenDescription}
|
|
|
|
|
|
|
|
## Prerequsites
|
|
|
|
|
|
|
|
You need to store the API token for the Detect service as _'Secret text'_ credential in your Jenkins system.
|
|
|
|
|
|
|
|
!!! note "minimum plugin requirement"
|
|
|
|
This step requires [synopsys-detect-plugin](https://github.com/jenkinsci/synopsys-detect-plugin) with at least version `2.0.0`.
|
|
|
|
|
2019-05-24 15:44:31 +02:00
|
|
|
## ${docJenkinsPluginDependencies}
|
2019-05-21 09:51:27 +02:00
|
|
|
|
2019-05-08 11:36:01 +02:00
|
|
|
## Example
|
|
|
|
|
|
|
|
```groovy
|
|
|
|
detectExecuteScan script: this, scanProperties: ['--logging.level.com.synopsys.integration=TRACE']
|
|
|
|
```
|
|
|
|
|
|
|
|
## ${docGenParameters}
|
|
|
|
|
|
|
|
## ${docGenConfiguration}
|