1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
Jenkins shared library for Continuous Delivery pipelines.
Go to file
Shanuson 8cfac8d43f new step cloudFoundryServiceCreate (#892)
# Changes
This PR adds a new step: cloudFoundryServiceCreate

There is a cf community plugin [Create-Service-Push](https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin) available to apply infrastructure as code  to Cloud Foundry. The plugin uses a manifest.yml to create services in a targeted CF space. 

The proposed step provides an interface to this plugin. 

Already done:
- [x] Tests
- [x] Documentation

Further actions:
- a Refactoring: Move varOptions and varsFileOption code into a class and make us of this here and in cloudFoundryDeploy step. -> Is it ok to use the CfManifestUtils, or add it as a new class to variablesubstitiion package? 
- enhance the s4sdk cf cli docker image to include the plugin.
2019-10-22 11:15:03 +02:00
.github Fix relative link to editorconfig (#672) 2019-04-23 15:00:23 +02:00
cfg Deploy mkdocs when merging to master 2018-03-12 09:58:32 +01:00
consumer-test Add cds test case (#810) 2019-07-31 10:39:18 +02:00
documentation cm scenario: mta and node only required in case we are not running in… (#889) 2019-10-01 11:24:07 +02:00
resources new step cloudFoundryServiceCreate (#892) 2019-10-22 11:15:03 +02:00
src/com/sap/piper Extend default configuration 2019-10-15 13:19:39 +02:00
template remove !#groovy header 2019-05-23 10:37:28 +02:00
test new step cloudFoundryServiceCreate (#892) 2019-10-22 11:15:03 +02:00
vars new step cloudFoundryServiceCreate (#892) 2019-10-22 11:15:03 +02:00
.codeclimate.yml New Scenario Step: SAP UI5 on SAP Cloud Platform (#388) 2019-01-15 13:32:01 +01:00
.editorconfig fix Markdown issues (#365) 2018-11-06 13:50:09 +01:00
.gitignore extend documentation generation with custom defaults 2019-04-10 12:17:29 +02:00
.travis.yml openjdk8 2019-10-15 14:06:02 +02:00
LICENSE Initial commit 2017-10-17 16:14:48 -04:00
NOTICE Create NOTICE 2017-11-14 09:51:35 +01:00
pom.xml Make library versioning more flexible (#806) 2019-07-25 15:27:49 +02:00
README.md readme.md introduction 2019-06-11 15:06:34 +02:00

Build Status Maintainability Test Coverage

Project Piper Repository

The Project "Piper" offers default pipelines to easily implement CI/CD processes integrating SAP systems. The corresponding "Shared Library" provides a set of "steps" to build your own scenarios beyond defaults.

User Documentation

If you want to view the User Documentation of Project Piper please follow this Piper Pages Link.

Known Issues

A list of known issues is available on the GitHub issues page of this project.

How to obtain support

Feel free to open new issues for feature requests, bugs or general feedback on the GitHub issues page of this project.

Register to our google group in order to get updates or for asking questions.

Contributing

Read and understand our contribution guidelines before opening a pull request.

License

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file