Skip to content

Commit 3d8827b

Browse files
Krinklegibson042
authored andcommitted
No ticket: Remove project prefix from TestSwarm job name. Close gh-50.
1 parent 50c62fd commit 3d8827b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ module.exports = function(grunt) {
118118
tests = grunt.config("tests");
119119

120120
if ( pull ) {
121-
jobName = "jQuery Migrate pull <a href='https://github.com/jquery/jquery-migrate/pull/" +
121+
jobName = "Pull <a href='https://github.com/jquery/jquery-migrate/pull/" +
122122
pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>";
123123
} else {
124-
jobName = "jQuery Migrate commit #<a href='https://github.com/jquery/jquery-migrate/commit/" +
124+
jobName = "Commit <a href='https://github.com/jquery/jquery-migrate/commit/" +
125125
commit + "'>" + commit.substr( 0, 10 ) + "</a>";
126126
}
127127

0 commit comments

Comments
 (0)