Repository: incubator-ignite Updated Branches: refs/heads/ignite-456 933eeeb84 -> 63177a4fa
# ignite-456: log history Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/63177a4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/63177a4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/63177a4f Branch: refs/heads/ignite-456 Commit: 63177a4fad8f4349f519c95315027b2216a7edb1 Parents: 933eeeb Author: Artem Shutak <ashu...@gridgain.com> Authored: Mon May 18 19:09:47 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Mon May 18 19:09:47 2015 +0300 ---------------------------------------------------------------------- dev-tools/src/main/groovy/jiraslurp.groovy | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/63177a4f/dev-tools/src/main/groovy/jiraslurp.groovy ---------------------------------------------------------------------- diff --git a/dev-tools/src/main/groovy/jiraslurp.groovy b/dev-tools/src/main/groovy/jiraslurp.groovy index 0f541c3..a21d45b 100644 --- a/dev-tools/src/main/groovy/jiraslurp.groovy +++ b/dev-tools/src/main/groovy/jiraslurp.groovy @@ -49,6 +49,7 @@ def readHistory = { } catch (Exception e) { println e.getMessage() + } } @@ -56,6 +57,8 @@ def readHistory = { if (validated_list.size > MAX_HISTORY) validated_list = validated_list[validated_list.size - MAX_HISTORY..validated_list.size - 1] + println "History=$validated_list" + validated_list }