Commit 0b94e4a
authored
fix(jenkins): resolve startup crash after upgrade to 2.555.1 (#2169)
Three changes to fix Jenkins failing to start with JCasc after the
2.541.3 → 2.555.1 LTS upgrade:
1. Remove `excludeClientIPFromCrumb` from crumbIssuer config in
jenkins.yaml — this attribute was removed from DefaultCrumbIssuer
in newer Jenkins, causing a fatal JCasc init failure on every start.
2. Update plugin-util-api to 7.1330.v47b_46ee2047a_ and echarts-api to
6.0.0-1279.v4e95ca_f54783 — coverage 3.x transitively requires these
newer versions; the mismatch was silently swallowed by Docker build
cache in CI but caused runtime plugin loading failures.
3. Add docker log capture step to plugin_update.yml so future startup
failures surface the actual error instead of just an exit code.
Validated locally: Jenkins 2.555.1 starts cleanly with this config.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>1 parent 3d773c0 commit 0b94e4a
3 files changed
Lines changed: 14 additions & 5 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 | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments