mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Improve Documentation of fioriOnCloudPlatformPipeline
Feedback from @derGuteWolf : It's not obvious what fioriOnCloudPlatformPipeline actually does without looking into the source code.
This commit is contained in:
parent
9d7d801788
commit
b6e8987a31
@ -45,9 +45,11 @@ Following the convention for pipeline definitions, use a `Jenkinsfile` which res
|
||||
fioriOnCloudPlatformPipeline script:this
|
||||
```
|
||||
|
||||
`fioriOnCloudPlatform` is a so called _scenario step_ that wraps the [mtaBuild](https://sap.github.io/jenkins-library/steps/mtaBuild/) and the [neoDeploy](https://sap.github.io/jenkins-library/steps/neoDeploy/) steps.
|
||||
|
||||
### Configuration (`.pipeline/config.yml`)
|
||||
|
||||
This is a basic configuration example, which is also located in the sources of the project.
|
||||
This is a basic configuration example, which is also located in the sources of the project. The configuration corresponds to the steps wrapped in `fioriOnCloudPlatformPipeline`.
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user