You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
# Neo CLI
1
+
# Neo CLI Image
2
+
3
+
The CX Server is a collection of [_Dockerfiles_](https://docs.docker.com/engine/reference/builder/) for images that can be used in _Continuous Delivery_ (CD) pipelines for SAP development projects.
4
+
The images are optimized for use with project ["Piper"](https://github.com/SAP/jenkins-library) on [Jenkins](https://jenkins.io/).
5
+
Docker containers simplify your CD tool setup, encapsulating tools and environments that are required to execute pipeline steps.
6
+
7
+
If you want to learn how to use project "Piper" please have a look at [the documentation](https://github.com/SAP/jenkins-library/blob/master/README.md).
8
+
Introductory material and a lot of SAP scenarios not covered by project "Piper" are described in our [Continuous Integration Best Practices](https://developers.sap.com/tutorials/ci-best-practices-intro.html).
9
+
10
+
This repository contains Dockerfiles that are designed to run project "Piper" pipelines.
11
+
Nevertheless, they can also be used flexibly in any custom environment and automation process.
12
+
13
+
## About this repository
2
14
3
15
Dockerfile for an image with SAP Cloud Platform Tools for Neo.
4
16
This image is intended to be used in Jenkins pipelines.
0 commit comments