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:31:06 UTC

incubator-ignite git commit: # ignite-456: curl line

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-456 f7fa60add -> a41b5bda7


# ignite-456: curl line


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a41b5bda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a41b5bda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a41b5bda

Branch: refs/heads/ignite-456
Commit: a41b5bda728ab559db205d1be911fd866dc32560
Parents: f7fa60a
Author: Artem Shutak <as...@gridgain.com>
Authored: Fri May 15 18:31:41 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Fri May 15 18:31:41 2015 +0300

----------------------------------------------------------------------
 dev-tools/src/main/groovy/jiraslurp.groovy | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a41b5bda/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 0ff2db1..fc43aff 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -146,9 +146,7 @@ def runAllTestBuilds = { jiraNum ->
             "</build>";
 
 
-    def runTcBuild = "curl -v http://$user:$pwd@10.30.0.229:80/httpAuth/app/rest/buildQueue " +
-        "-H \"Content-Type: application/xml\" " +
-        "-d \"${buildCommand}\""
+    def runTcBuild = "curl -v http://$user:$pwd@10.30.0.229:80/httpAuth/app/rest/buildQueue -H \"Content-Type: application/xml\" -d \"${buildCommand}\""
 
     checkprocess runTcBuild.execute()
   }