mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-05 15:15:44 +02:00
29 lines
368 B
Markdown
29 lines
368 B
Markdown
|
|
# ${docGenStepName}
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## ${docJenkinsPluginDependencies}
|
|
|
|
## Exceptions
|
|
|
|
None
|
|
|
|
## Examples
|
|
|
|
```groovy
|
|
malwareExecuteScan script: this
|
|
```
|
|
|
|
configuration
|
|
|
|
```
|
|
steps:
|
|
malwareExecuteScan:
|
|
file: myFile.zip
|
|
host: https://malwarescanner.example.sap.com
|
|
malwareScanCredentialsId: MALWARESCAN
|
|
```
|