]> source.dussan.org Git - jquery-ui.git/commitdiff
Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 4 Oct 2012 12:05:52 +0000 (14:05 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 4 Oct 2012 12:06:05 +0000 (14:06 +0200)
build/tasks/testswarm.js

index 34c17d4f6b5c84fc1cb768ba83471425a7eaa247..d3d9f204061d3112c02f556ba6d16f76a0661203 100644 (file)
@@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) {
        }, {
                authUsername: config.authUsername,
                authToken: config.authToken,
-               jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
+               jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
                runMax: config.runMax,
                "runNames[]": Object.keys(tests),
                "runUrls[]": testUrls,