From cfc37752b32c6705be421bbacd163454bc0d0236 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 7 May 2012 19:44:26 +0200 Subject: [PATCH] grunt.js testswarm task: shorten job name --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 4299191..2508ba5 100644 --- a/grunt.js +++ b/grunt.js @@ -84,7 +84,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { }, { authUsername: "qunit", authToken: config.qunit.authToken, - jobName: 'QUnit commit #' + commit + '', + jobName: 'QUnit commit #' + commit.substr( 0, 10 ) + '', runMax: 3, "runNames[]": "QUnit", "runUrls[]": "http://swarm.jquery.org/git/qunit/" + commit + "/test/index.html", -- 2.11.0