File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ pipeline {
128
128
sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
129
129
}
130
130
unstable {
131
- dir(path : ' testing /results' ) {
131
+ dir(path : ' test /results' ) {
132
132
archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
133
133
}
134
134
}
@@ -161,7 +161,7 @@ pipeline {
161
161
sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
162
162
}
163
163
unstable {
164
- dir(path : ' testing /results' ) {
164
+ dir(path : ' test /results' ) {
165
165
archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
166
166
}
167
167
}
@@ -199,7 +199,7 @@ pipeline {
199
199
sh ' docker-compose down --remove-orphans --volumes -t 30 || true'
200
200
}
201
201
unstable {
202
- dir(path : ' testing /results' ) {
202
+ dir(path : ' test /results' ) {
203
203
archiveArtifacts(allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml' )
204
204
}
205
205
}
Original file line number Diff line number Diff line change 215
215
"credentials" : " # Gandi personal access token\n dns_gandi_token=PERSONAL_ACCESS_TOKEN" ,
216
216
"full_plugin_name" : " dns-gandi"
217
217
},
218
+ "gcore" : {
219
+ "name" : " Gcore DNS" ,
220
+ "package_name" : " certbot-dns-gcore" ,
221
+ "version" : " ~=0.1.8" ,
222
+ "dependencies" : " " ,
223
+ "credentials" : " dns_gcore_apitoken = 0123456789abcdef0123456789abcdef01234567" ,
224
+ "full_plugin_name" : " dns-gcore"
225
+ },
218
226
"godaddy" : {
219
227
"name" : " GoDaddy" ,
220
228
"package_name" : " certbot-dns-godaddy" ,
You can’t perform that action at this time.
0 commit comments