logo
1
1
WeChat Login
feat: 补充英文文档

hello world

pipeline-as-code git-clone-yyds push

A plugin example that prints parameters.

Usage on Docker

docker run --rm -v $(pwd):$(pwd) -w $(pwd) cnbcool/hello-world

Usage on Cloud Native Build

main: push: - stages: - name: hello-world image: cnbcool/hello-world settings: text: Hello World!