add project dependencies to the roadmap

This commit is contained in:
oleg 2015-04-12 17:54:04 +03:00
parent eede98c665
commit da0e8a4aa1

View File

@ -16,6 +16,9 @@ it also can be attached to the specific branch or commit (e.g. release commits
can trigger auto deploy tasks) can trigger auto deploy tasks)
* Ability to build every or specified commits (even if they pushed in a bunch) * Ability to build every or specified commits (even if they pushed in a bunch)
* Simple API for triggering build on scm hook * Simple API for triggering build on scm hook
* Project dependencies (all projects specified at dependencies should be built
before build current project) and optional start for all projects after ci
restart
* Build can be continued from the current failed step * Build can be continued from the current failed step
* Failing of build step can be prevented if special condition for the build step * Failing of build step can be prevented if special condition for the build step
is defined and matched (e.g. ui tests timeout error or internet connection is defined and matched (e.g. ui tests timeout error or internet connection