/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

  1. resources:
  2. - name: tutorial
  3. type: git
  4. source:
  5. uri: https://github.com/starkandwayne/concourse-tutorial.git
  6. branch: develop
  7. jobs:
  8. - name: test
  9. public: true
  10. serial: true
  11. plan:
  12. - get: tutorial
  13. trigger: true
  14. - task: test-sometimes-works
  15. config:
  16. platform: linux
  17. image_resource:
  18. type: docker-image
  19. source: {repository: busybox}
  20. inputs:
  21. - name: tutorial
  22. run:
  23. path: tutorial/tutorials/miscellaneous/slack-notifications/test-sometimes-works.sh