logo
1
1
WeChat Login
docs: 优化徽章写法

hello world

pipeline-as-code git-clone-yyds push

一个打印参数的插件示例。

在 Docker 上使用

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!