Commit 076bf29
authored
Fix multi (#797)
* fix(docker): Multi does not launch a second Jenkins controller anymore.
* fix(docker): The single quotes prevent $JENKINS_CONTROLLER from being expanded.
* fix(docker): Improve the fallback mechanism implementation.
* fix(docker): Adding error handling for when both controllers are unreachable.
And making the timeout duration configurable.
* fix(ga): Follows the official documentation for the action
https://github.com/docker/login-action?tab=readme-ov-file#github-container-registry
* fix(docker): Wait for 60s before switching to another server.
* fix(ga): Remove trailing spaces.1 parent a75cc24 commit 076bf29
File tree
3 files changed
+10
-10
lines changed- .github
- workflows
- dockerfiles/agent-discovery
3 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments