From 24afa895e6afdee66ccefc4a0d14eb57735d2278 Mon Sep 17 00:00:00 2001 From: oleg Date: Wed, 18 Mar 2015 00:22:15 +0300 Subject: [PATCH] update roadmap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c298aa3..f74fae1 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ data streams (from shell commands, etc)) * Console output should be very close to the terminal output * Shell command is the main script * Tasks relations can be set easily (runAfter, runBefore, prevents, prevented) -it also can be attached to the specific status or branch (auto deploy could a -separate task in this case) +it also can be attached to the specific branch or commit (e.g. release commits +can trigger auto deploy tasks) +* Ability to build every or specified commits (even if they pushed in a bunch) * Simple API for triggering build on scm hook * Build can be continued from the current failed step * Failing of build step can be prevented if special condition for the build step