From: Timo Tijhof Date: Wed, 2 Oct 2013 12:58:15 +0000 (+0200) Subject: Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387 X-Git-Tag: 2.1.0-beta2~69 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d1f247daf82e9b123690f8f51c7b3d1818bccbfe;p=jquery.git Gruntfile: Remove project prefix from TestSwarm job name, close gh-1387 --- diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 2fecf62d7..449963818 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -12,10 +12,10 @@ module.exports = function( grunt ) { tests = grunt.config([ this.name, "tests" ]); if ( pull ) { - jobName = "jQuery pull #" + pull[ 1 ] + ""; } else { - jobName = "jQuery commit #" + commit.substr( 0, 10 ) + ""; }