From: Timo Tijhof Date: Mon, 7 May 2012 17:44:26 +0000 (+0200) Subject: grunt.js testswarm task: shorten job name X-Git-Url: http://git.altlug.ru/?p=qunit.git;a=commitdiff_plain;h=cfc37752b32c6705be421bbacd163454bc0d0236;hp=62dffbbcbb445850c159e57b0e04e08811b86e1e;ds=sidebyside grunt.js testswarm task: shorten job name --- 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",