grunt.js testswarm task: shorten job name

This commit is contained in:
Timo Tijhof
2012-05-07 19:43:43 +02:00
parent 03e0029761
commit 0add0b30db

View File

@@ -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,