/tutorials/miscellaneous/slack-notifications/pipeline-no-notifications.yml
https://bitbucket.org/igtbdigital/concourse-ci · YAML · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · e42123967ed5a40b49ef909ef66b29b5 MD5 · raw file
- resources:
- - name: tutorial
- type: git
- source:
- uri: https://github.com/starkandwayne/concourse-tutorial.git
- branch: develop
- jobs:
- - name: test
- public: true
- serial: true
- plan:
- - get: tutorial
- trigger: true
- - task: test-sometimes-works
- config:
- platform: linux
- image_resource:
- type: docker-image
- source: {repository: busybox}
- inputs:
- - name: tutorial
- run:
- path: tutorial/tutorials/miscellaneous/slack-notifications/test-sometimes-works.sh