mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Grunt: Rename TestSwarm job name pattern for PR. Close gh-1042.
More consistent with the other one: Project Name <id_type> #id.
This commit is contained in:
parent
516a7a8792
commit
53a06660d8
2
grunt.js
2
grunt.js
@ -134,7 +134,7 @@ module.exports = function( grunt ) {
|
||||
tests = "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue serialize support traversing Sizzle".split(" ");
|
||||
|
||||
if ( pull ) {
|
||||
jobName = "jQuery Pull Request <a href='https://github.com/jquery/jquery/pull/" +
|
||||
jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" +
|
||||
pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>";
|
||||
} else {
|
||||
jobName = "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" +
|
||||
|
Loading…
Reference in New Issue
Block a user