1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-05 15:15:44 +02:00

29 lines
400 B
Markdown
Raw Normal View History

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
* **Snyk account** - have an account on snyk.io
* **Snyk token** - have a Snyk user token
## ${docGenParameters}
## ${docGenConfiguration}
## ${docJenkinsPluginDependencies}
2019-05-24 15:41:49 +02:00
## Side effects
Step uses `dockerExecute` inside.
## Exceptions
none
## Example
```groovy
snykExecute script: this, snykCredentialsId: 'mySnykToken'
```