AlloyCI v0.3.0
Pre-release
Pre-release
v0.3.0 (2018-02-16)
Features
- Pipelines are now created when a pull request from a fork is submitted.
This feature requires the newly released AlloyCI Runner (GitLab Runner fork),
so it is incompatible with all previous and future GitLab Runner versions. (#29) - Added support for
only
andexcept
keywords for build jobs. This gives
you better control over which jobs run when. (#14) - Regular users can now manage project specific runners for projects to which
they have access. (#33) - Projects now support the use of secret variables. They can be used to pass
sensitive information to the runner without committing it to the repository. (#23)
Bug Fixes
- Redirect to the main projects' view when all auth options have already
been created. (#30) - Better processing of pipelines when the worker is called (5a9ca8f)
- Fix notification bug, that would send one on every failed build. (63dc787)
Installation
- For information on how to install AlloyCI, head over to our installation docs
- For information on how to install the AlloyCI Runner, head over to the its installation docs