logo
0
0
WeChat Login
feat: 打印参数

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!