diff options
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |