aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2012-05-07 19:43:43 +0200
committerTimo Tijhof <krinklemail@gmail.com>2012-05-07 19:43:43 +0200
commit0add0b30db54ecdc7f64c081d7abcb29ae5a8be4 (patch)
treec8ac41abf6c4cf72eb5f4e797dd8641a25ad5b9a /grunt.js
parent03e0029761b6fd5789ac5df13cd06fd219a505ab (diff)
downloadjquery-0add0b30db54ecdc7f64c081d7abcb29ae5a8be4.tar.gz
jquery-0add0b30db54ecdc7f64c081d7abcb29ae5a8be4.zip
grunt.js testswarm task: shorten job name
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index f162e03ce..f65812623 100644
--- 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,