|
13 | 13 | "xnatdev/xnat-web",
|
14 | 14 | "xnatdev/xsync",
|
15 | 15 | "xnatx/ldap-auth-plugin",
|
16 |
| - "xnatdev/container-service", |
17 |
| - "xnatx/xnatx-batch-launch-plugin", |
18 |
| - "VUIIS/dax", |
19 | 16 | "icrimaginginformatics/ohif-viewer-xnat-plugin",
|
20 | 17 | "xnatx/ml-plugin",
|
21 | 18 | "xnatx/datasets-plugin",
|
22 | 19 | "xnatdev/xnat-image-viewer-plugin",
|
23 | 20 | "xnatx/xnatx-dxm-settings-plugin",
|
24 | 21 | "NrgXnat/xnat-pipeline-engine",
|
| 22 | + "xnatdev/container-service", |
| 23 | + "xnatx/xnatx-batch-launch-plugin", |
| 24 | + "VUIIS/dax", |
25 | 25 | ],
|
26 | 26 | groupName: "xnat",
|
27 | 27 | versioning: "loose",
|
|
46 | 46 | "VUIIS-dax": {
|
47 | 47 | defaultRegistryUrlTemplate: "https://api.github.com/repos/VUIIS/dax/contents/misc/xnat-plugins",
|
48 | 48 | transformTemplates: [
|
49 |
| - '{"releases": $.{"version": $join(["v", $match(name, /(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/ ).match ])}}', |
| 49 | + '{"releases": $.{"version": $match(name, /(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/ ).match }}', |
50 | 50 | ],
|
51 | 51 | },
|
52 | 52 | },
|
|
83 | 83 | depNameTemplate: "xnatx/ldap-auth-plugin",
|
84 | 84 | datasourceTemplate: "bitbucket-tags",
|
85 | 85 | },
|
86 |
| - { |
87 |
| - customType: "regex", |
88 |
| - description: "Update XNAT Container Service plugin version specified in roles/xnat/defaults/main.yml", |
89 |
| - fileMatch: ["roles/xnat/defaults/main.yml$"], |
90 |
| - matchStrings: ["container-service-(?<currentValue>.*?)-fat.jar"], |
91 |
| - depNameTemplate: "xnatdev/container-service", |
92 |
| - datasourceTemplate: "bitbucket-tags", |
93 |
| - }, |
94 |
| - { |
95 |
| - customType: "regex", |
96 |
| - description: "Update XNAT batch launch plugin version specified in roles/xnat/defaults/main.yml", |
97 |
| - fileMatch: ["roles/xnat/defaults/main.yml$"], |
98 |
| - matchStrings: ["batch-launch-(?<currentValue>.*?).jar"], |
99 |
| - depNameTemplate: "xnatx/xnatx-batch-launch-plugin", |
100 |
| - datasourceTemplate: "bitbucket-tags", |
101 |
| - }, |
102 |
| - { |
103 |
| - customType: "regex", |
104 |
| - description: "Update XNAT dax plugin specified in roles/xnat/defaults/main.yml", |
105 |
| - fileMatch: ["roles/xnat/defaults/main.yml$"], |
106 |
| - matchStrings: ["dax-plugin-genProcData-(?<currentValue>.*?).jar"], |
107 |
| - depNameTemplate: "VUIIS/dax", |
108 |
| - datasourceTemplate: "custom.VUIIS-dax", |
109 |
| - }, |
110 | 86 | {
|
111 | 87 | customType: "regex",
|
112 | 88 | description: "Update OHIF Viewer plugin version specified in roles/xnat/defaults/main.yml",
|
|
155 | 131 | depNameTemplate: "NrgXnat/xnat-pipeline-engine",
|
156 | 132 | datasourceTemplate: "github-releases",
|
157 | 133 | },
|
| 134 | + { |
| 135 | + customType: "regex", |
| 136 | + description: "Update XNAT Container Service plugin version used for testing with molecule", |
| 137 | + fileMatch: [ |
| 138 | + "playbooks/molecule/resources/xnat/inventory/group_vars/all/server.yml$", |
| 139 | + ], |
| 140 | + matchStrings: ["container-service-(?<currentValue>.*?)-fat.jar"], |
| 141 | + depNameTemplate: "xnatdev/container-service", |
| 142 | + datasourceTemplate: "bitbucket-tags", |
| 143 | + }, |
| 144 | + { |
| 145 | + customType: "regex", |
| 146 | + description: "Update XNAT batch launch plugin version used for testing with molecule", |
| 147 | + fileMatch: [ |
| 148 | + "playbooks/molecule/resources/xnat/inventory/group_vars/all/server.yml$", |
| 149 | + ], |
| 150 | + matchStrings: ["batch-launch-(?<currentValue>.*?).jar"], |
| 151 | + depNameTemplate: "xnatx/xnatx-batch-launch-plugin", |
| 152 | + datasourceTemplate: "bitbucket-tags", |
| 153 | + }, |
| 154 | + { |
| 155 | + customType: "regex", |
| 156 | + description: "Update XNAT dax plugin used for testing with molecule", |
| 157 | + fileMatch: [ |
| 158 | + "playbooks/molecule/resources/xnat/inventory/group_vars/all/server.yml$", |
| 159 | + ], |
| 160 | + matchStrings: ["dax-plugin-genProcData-(?<currentValue>.*?).jar"], |
| 161 | + depNameTemplate: "VUIIS/dax", |
| 162 | + datasourceTemplate: "custom.VUIIS-dax", |
| 163 | + }, |
158 | 164 | ],
|
159 | 165 | }
|
0 commit comments