This is a collection of Dockerfiles for images that can be used in Continuous Delivery (CD) pipelines for SAP development projects. The images are optimized for use with project "Piper" on Jenkins. Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps.
If you want to learn how to use project "Piper" please have a look at the documentation. Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our Continuous Integration Best Practices.
Note: This repository has been split up. Please refer to the following repositories for current Dockerfiles and documentation:
The following images are published on hub.docker.com:
Name | Description | Docker Image |
---|---|---|
Cloud MTA Build Tool | Build multitarget applications with the Cloud MTA Build Tool. | devxci/mbtci |
CM Client | Interact with SAP Solution Manager or CTS using the command line. | ppiper/cm-client |
CloudFoundry CLI | Use command line tools for Cloud Foundry with plugins for blue-green deployment and MTA. | ppiper/cf-cli |
Neo CLI | Use SAP Cloud Platform tools for Neo. | neo-cli/ |
Jenkinsfile Runner | Run a Jenkinsfile without a long-running, stateful Jenkins master. The Jenkinsfile Runner is based on ppiper/jenkins-master . |
ppiper/jenkinsfile-runner |
Node Browsers | Use web browsers for end-to-end tests of web applications in Jenkins pipelines. | node-browsers/ |
SAP HANA XS Advanced CLI | Use command line tools to deploy to SAP HANA XS Advanced. | Dockerfile |
Feel free to open new issues for feature requests, bugs or general feedback on the GitHub issues page of this project.
Read and understand our contribution guidelines before opening a pull request.