Skip to content
Snippets Groups Projects
  1. Aug 30, 2015
  2. Aug 19, 2015
  3. Aug 05, 2015
  4. Aug 03, 2015
  5. Jul 10, 2015
    • Kamil Trzcinski's avatar
      Allow to specify flexible list of types in yaml · efdf54f2
      Kamil Trzcinski authored
      ```
      types:
      - test
      - deploy
      - notify
      
      rspec:
        script: "rspec"
      
      rubocop:
        script: "rubocop"
      
      staging:
        type: deploy
        script: "echo deploy"
        only:
        - master
      
      production:
        type: deploy
        script: "echo production"
        only:
        - tags
      
      dockerhub:
        type: notify
        script: "curl http://docker/hub/web/hook"
      
      downstream:
        type: notify
        script: "curl http://build/downstream/jobs"
      ```
      
      This will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel.
      efdf54f2
  6. Jul 08, 2015
  7. Jul 06, 2015
  8. Jun 30, 2015
  9. Jun 29, 2015
  10. Jun 24, 2015
  11. Jun 19, 2015
  12. Jun 17, 2015
  13. Jun 16, 2015
  14. Jun 15, 2015
  15. Jun 12, 2015
  16. Jun 09, 2015
  17. Jun 03, 2015
Loading