You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/05/15 17:25:59 UTC

incubator-ignite git commit: # ignite-456: pwd fix

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-456 85c364338 -> 0b64801f8


# ignite-456: pwd 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/0b64801f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0b64801f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/0b64801f

Branch: refs/heads/ignite-456
Commit: 0b64801f8832460da2d4e111f0da3b56da185ad1
Parents: 85c3643
Author: Artem Shutak <as...@gridgain.com>
Authored: Fri May 15 18:26:36 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Fri May 15 18:26:36 2015 +0300

----------------------------------------------------------------------
 dev-tools/src/main/groovy/jiraslurp.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0b64801f/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 3a04031..0b166bb 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -134,7 +134,7 @@ def runAllTestBuilds = { jiraNum ->
    "Ignite_IgniteCache"].each {
     println "Triggering $it build for JIRA_NUM=$jiraNum"
     println System.getenv('TASK_RUNNER_USER')
-    println System.getenv('TASK_RUNNER_PVD')
+    println System.getenv('TASK_RUNNER_PWD')
 
     def buildCommand =
         "<build>" +