mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: Fix testswarm job title
This commit is contained in:
parent
dff99176c9
commit
a2d3ef39bf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user