kind: pipeline type: docker name: default clone: extra_hosts: - "git.santic-zombie.ru:11.1.1.20" - name: greeting image: alpine commands: - echo hello - echo world