logo
1
1
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

hello-world

example
680.00 KiB
1 forks1 stars3 branches1 TagREADMEMIT license
Language
Dockerfile71.4%
Shell28.6%