Simple Code Stream Pipeline CI Task
In this blog post we will create a Simple Code Stream Pipeline CI Task. The Ci Task will be executed in the created docker container running on the docker host. The command which are defined in the CI Task inside the pipeline will be executed inside the created docker container. The docker container is only exists during the pipeline is running. After the pipeline is finished, the docker container will be removed.
Prerequisites
Create a simple Code Stream CI Pipeline
sudo echo "This is a Test!" > /tmp/test.txt
sudo cat /tmp/test.txt