#kind: pipeline #type: exec #name: default # #steps: # - name: default # commands: # - echo hello world # - name: default # commands: # - echo hello world # #trigger: # branch: # - main # ##node: # #lights: builder kind: pipeline type: docker name: default steps: - name: test image: alpine commands: - echo hello - echo world