Commit adb8c3a
committed
Fix folder page to check rsp.status === 201 instead of rsp.ok
Matches the fix in configurable.js to only treat 201 Created as success,
preventing false 'Build scheduled' notifications when builds are rejected.1 parent 121199a commit adb8c3a
File tree
1 file changed
+1
-1
lines changed- core/src/main/resources/hudson/views/BuildButtonColumn
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments