Commit 26a06a7
Fix the save/load cluster configuration on disk and in memory (#233)
Tekton Cluster configuration is not persisted on disk (save/load) and is
lost at next reboot. Moreover, configuration update are not properly
sotred in memory, preventing users to access to new configuration added
(other than the default one).
Fixes #106
Co-authored-by: Kris Stern <krisstern@outlook.com>1 parent e9f8aa6 commit 26a06a7
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- src/main/java/org/waveywaves/jenkins/plugins/tekton/client/global
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments