A plugin example that prints parameters.
docker run --rm -v $(pwd):$(pwd) -w $(pwd) cnbcool/hello-world
main: push: - stages: - name: hello-world image: cnbcool/hello-world settings: text: Hello World!
hello-world