Commit cbcae2c
committed
Fix BuildButtonColumn icon.js to check rsp.status === 201
This fix was missing from the current branch. It ensures that only
201 Created responses are treated as successful builds, preventing
false 'Build scheduled' notifications when builds are rejected.1 parent 9106f80 commit cbcae2c
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