mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 14:08:13 -05:00
grunt.js testswarm task: shorten job name
This commit is contained in:
2
grunt.js
2
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,
|
||||
|
||||
Reference in New Issue
Block a user