Clone and Process Multiple Codebases in the Same Pipeline
You can clone multiple codebases in the same Pipeline and then build artifacts from multiple repositories. This enables use cases such as — You use Packer and Ansible to build artifacts automatically.…
Run a Script in a CI Stage
The Build stage Run step can be used to run scripts in your CI stages. The Run step pulls in a Docker image such as the Docker image for Maven. Then you run a script such as mvn package with the tool…
Run Docker-in-Docker in a CI Stage
You can run Docker-in-Docker as a Background step in a CI Stage.