Jacob Williams
Jacob Williams
While developing plugins for node-ci, I needed the ability to edit build files after they were checked out, but before the steps were run. To address this, I added a...
By default, project steps should be shell commands. This pull request adds support for calling script files (bash scripts on *nix systems and batch files on windows systems) directly. This...
This pull request adds a 'started' strategy for build notifications. Most teams are using things like Slack for build notifications now, and it's helpful to know when builds are started,...