1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-05-31 23:09:34 +02:00
2020-04-30 11:14:14 +02:00

29 lines
357 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
credentialsId: MALWARESCAN
```