logo
0
0
WeChat Login

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!

About

No description, topics, or website provided.
276.00 KiB
0 forks0 stars2 branches1 TagREADMEMIT license
Language
Dockerfile65.2%
Shell34.8%