Commit 56fea74
authored
Adding jenkins and Harbor, rework of Container interface (#8)
* Major rework of Container.groovy in order to move many of the implementing classes methods in to the trait.
Added Jenkins
Started reworking poms, integrating groovy 3 in to parent, needs more work
* Added JenkinsContainer.groovy
* Added DoodContainerTest, intended to run Harbor
* HarborManagerContainer.groovy, HarborDeployment.groovy, HarborDeploymentTest.groovy
* Most of the work is done, logging and cleanup needed
* Finished work on HarborManagerContainer.groovy, HarborDeployment.groovy, HarborDeploymentTest.groovy
* Tweaking of build
* Build tweaks
* Build tweaks1 parent 91e0550 commit 56fea74
27 files changed
Lines changed: 878 additions & 417 deletions
File tree
- .github/workflows
- .idea
- src
- main
- groovy/com/eficode/devstack
- container
- impl
- deployment/impl
- resources/com/eficode/devstack/deployment/jira/scripts
- test/groovy/com/eficode/devstack
- container
- impl
- deployment/impl
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | | - | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 53 | + | |
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
26 | 45 | | |
27 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
28 | 57 | | |
29 | 58 | | |
30 | 59 | | |
| |||
191 | 220 | | |
192 | 221 | | |
193 | 222 | | |
194 | | - | |
| 223 | + | |
195 | 224 | | |
196 | 225 | | |
197 | 226 | | |
| |||
231 | 260 | | |
232 | 261 | | |
233 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
234 | 268 | | |
235 | 269 | | |
236 | 270 | | |
0 commit comments