kind: pipeline type: docker name: default steps: - name: greeting image: alpine commands: - echo hello - echo world - echo done when: branch: - master - name: en image: alpine commands: - echo hello world - name: fr image: alpine commands: - echo bonjour monde trigger: event: - push