mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
29 lines
357 B
Markdown
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
|
||
|
```
|