Skip to content
Snippets Groups Projects
  1. Sep 21, 2015
  2. Sep 18, 2015
  3. Aug 24, 2015
  4. Aug 21, 2015
  5. Aug 03, 2015
  6. Jul 30, 2015
  7. Jul 22, 2015
  8. Jul 13, 2015
  9. 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
  10. Jul 08, 2015
  11. Jul 06, 2015
  12. Jun 17, 2015
  13. Jun 05, 2015
  14. Jun 03, 2015
  15. May 12, 2015
  16. May 04, 2015
  17. Apr 17, 2015
  18. Apr 15, 2015
  19. Mar 31, 2015
  20. Mar 26, 2015
  21. Mar 25, 2015
  22. Mar 10, 2015
  23. Mar 06, 2015
  24. Mar 04, 2015
  25. Mar 02, 2015
Loading