diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-15 21:18:33 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-15 21:18:33 +0100 |
commit | a2d3ef39bf1f139dc2660ecbf210c5dc50e6a9cc (patch) | |
tree | c152cfdb97c37c35eb1c7ae25f5aa9b77c529a84 /build/tasks/testswarm.js | |
parent | dff99176c9266e3ed9df701aa2d2b09d4563f0e1 (diff) | |
download | jquery-ui-a2d3ef39bf1f139dc2660ecbf210c5dc50e6a9cc.tar.gz jquery-ui-a2d3ef39bf1f139dc2660ecbf210c5dc50e6a9cc.zip |
Selectmenu: Fix testswarm job title
Diffstat (limited to 'build/tasks/testswarm.js')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 75614ccd1..aa2686685 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) { authUsername: config.authUsername, authToken: config.authToken, // TODO don't merge this to master, or undo it - jobName: 'jQuery UI (Selectmenu)' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>', + jobName: 'jQuery UI / Selectmenu ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>', runMax: config.runMax, "runNames[]": Object.keys( tests ), "runUrls[]": testUrls, |