Skip to content

Commit dca7505

Browse files
committed
Build: Update TestSwarm jobName to distinguish 1-9-stable from master.
1 parent 85b5c5b commit dca7505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function submit( commit, tests, configFile, version, done ) {
5252
}, {
5353
authUsername: config.authUsername,
5454
authToken: config.authToken,
55-
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
55+
jobName: 'jQuery UI 1-9 ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
5656
runMax: config.runMax,
5757
"runNames[]": Object.keys(tests),
5858
"runUrls[]": testUrls,

0 commit comments

Comments
 (0)