Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.99 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.99 KB

Neo Tools Command Line Interface (CLI)

REUSE status

This Dockerfile can be used in Continuous Delivery (CD) pipelines for SAP development projects. The image is 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.

About this repository

Dockerfile for an image with SAP Cloud Platform Tools for Neo. This image is intended to be used in Jenkins pipelines.

Download

This image is published to Docker Hub and can be pulled via the command

docker pull ppiper/neo-cli

Build

To build this image locally, open a terminal in the directory of the Dockerfile an run

docker build -t ppiper/neo-cli .

Usage

Recommended usage of this image is via neoDeploy pipeline step.

For using the neo.sh tool via this image, it can be invoked like in this command

docker run ppiper/neo-cli neo.sh help

Licensing

Copyright 2017-2021 SAP SE or an SAP affiliate company and devops-docker-neo-cli contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.