Commit 2dcfca7
authored
fix(jcasc): remove deprecated excludeClientIPFromCrumb + silence release-drafter (#2183)
* fix(jcasc): remove deprecated excludeClientIPFromCrumb attribute
DefaultCrumbIssuer no longer supports excludeClientIPFromCrumb in
newer Jenkins/JCasc versions, causing a fatal UnknownAttributesException
at startup. Replace with empty standard: {} block.
Also add a failure capture step in plugin_update.yml to surface Jenkins
logs when the workflow fails, improving diagnosability.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
* ci(release-drafter): disable automatic triggers
Same fix as applied to main: replace push/pull_request triggers with
workflow_dispatch to stop the action failing on every event due to the
zero-releases pagination bug in release-drafter.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
---------
Signed-off-by: Bruno Verachten <gounthar@gmail.com>1 parent 1fd1ff6 commit 2dcfca7
3 files changed
Lines changed: 11 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 4 | + | |
15 | 5 | | |
16 | 6 | | |
17 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments