]> source.dussan.org Git - jquery.git/commitdiff
Gruntfile: Remove project prefix from TestSwarm job name
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 2 Oct 2013 12:58:15 +0000 (14:58 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 7 Oct 2013 01:54:03 +0000 (21:54 -0400)
build/tasks/testswarm.js

index 92b696e27d742b5b5358613315ed0ad83721d726..9b6530bbad017e1381dd63dc5bff5fed7616b76e 100644 (file)
@@ -12,10 +12,10 @@ module.exports = function( grunt ) {
                        tests = grunt.config([ this.name, "tests" ]);
 
                if ( pull ) {
-                       jobName = "jQuery pull <a href='https://github.com/jquery/jquery/pull/" +
+                       jobName = "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/" +
+                       jobName = "Commit <a href='https://github.com/jquery/jquery/commit/" +
                                commit + "'>" + commit.substr( 0, 10 ) + "</a>";
                }