Repository: incubator-ignite Updated Branches: refs/heads/ignite-456 cd2fc65cc -> 85c364338
# ignite-456: sys -> env fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/85c36433 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/85c36433 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/85c36433 Branch: refs/heads/ignite-456 Commit: 85c3643386fd71a9bf8c6d77084507e6c78df057 Parents: cd2fc65 Author: Artem Shutak <ashu...@gridgain.com> Authored: Fri May 15 18:26:18 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Fri May 15 18:26:18 2015 +0300 ---------------------------------------------------------------------- dev-tools/src/main/groovy/jiraslurp.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/85c36433/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 924301c..3a04031 100644 --- a/dev-tools/src/main/groovy/jiraslurp.groovy +++ b/dev-tools/src/main/groovy/jiraslurp.groovy @@ -133,8 +133,8 @@ def runAllTestBuilds = { jiraNum -> ["Ignite_IgniteBasic", "Ignite_IgniteCache"].each { println "Triggering $it build for JIRA_NUM=$jiraNum" - println System.getProperty('TASK_RUNNER_USER') - println System.getProperty('TASK_RUNNER_PVD') + println System.getenv('TASK_RUNNER_USER') + println System.getenv('TASK_RUNNER_PVD') def buildCommand = "<build>" +