1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-16 11:09:33 +02:00
sap-jenkins-library/documentation/docs/steps/pipelineExecute.md
2019-04-03 09:41:27 +02:00

27 lines
392 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
none
## ${docGenParameters}
## ${docGenConfiguration}
## Side effects
none
## Exceptions
* `Exception`
* If `repoUrl` is not provided.
## Example
```groovy
pipelineExecute repoUrl: "https://github.com/MyOrg/MyPipelineRepo.git", branch: 'feature1', path: 'path/to/Jenkinsfile', credentialsId: 'MY_REPO_CREDENTIALS'
```