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 ) + ""; }