Skip to content

0.5.1

Compare
Choose a tag to compare
@flosell flosell released this 30 Aug 19:46
· 650 commits to master since this release
0.5.1
  • Improvements:
    • Made :display-type :container the default for container steps, no longer throwing incomprehensible exceptions
      when display-type declarations are forgotten (#43)

    • Now supporting steps with parameters in the pipeline:

      (defn mk-pipeline-def [{repo-uri :repo-uri test-command :test-command}]
        `(
           wait-for-manual-trigger
           (with-repo ~repo-uri
                      (run-tests ~test-command)
                      publish)))
    • Polished the UI