Skip to content
Snippets Groups Projects
  1. Aug 30, 2015
  2. Aug 05, 2015
  3. 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
  4. Jun 29, 2015
  5. Jun 19, 2015
  6. Jun 15, 2015
  7. Jun 12, 2015
  8. Jun 05, 2015
  9. Jun 03, 2015
  10. Apr 28, 2015
  11. Apr 10, 2015
  12. Apr 01, 2015
  13. Jan 11, 2015
  14. Nov 05, 2014
  15. Aug 24, 2014
Loading