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

29 lines
428 B
Markdown
Raw Normal View History

2019-04-01 15:08:37 +02:00
# ${docGenStepName}
2019-04-01 15:08:37 +02:00
## ${docGenDescription}
## Prerequisites
none
2019-04-01 15:08:37 +02:00
## ${docGenParameters}
2019-04-01 15:08:37 +02:00
## ${docGenConfiguration}
2018-03-06 14:43:53 +02:00
## ${docJenkinsPluginDependencies}
2019-05-24 15:41:49 +02:00
## 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'
```