]> source.dussan.org Git - jquery.git/commitdiff
grunt.js testswarm task: shorten job name 768/head
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 7 May 2012 17:43:43 +0000 (19:43 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 7 May 2012 17:43:43 +0000 (19:43 +0200)
grunt.js

index f162e03ce8150030f6057bc438779ebb42a8f133..f65812623b66f0108ecd15e56d096ebacbd0bd4f 100644 (file)
--- a/grunt.js
+++ b/grunt.js
@@ -119,7 +119,7 @@ module.exports = function( grunt ) {
                }, {
                        authUsername: "jquery",
                        authToken: grunt.file.readJSON( configFile ).jquery.authToken,
-                       jobName: 'jQuery commit #<a href="https://github.com/jquery/jquery/commit/' + commit + '">' + commit + '</a>',
+                       jobName: 'jQuery commit #<a href="https://github.com/jquery/jquery/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
                        runMax: 4,
                        "runNames[]": tests,
                        "runUrls[]": testUrls,