Skip to content

Commit 7fff935

Browse files
committed
Merge branch 'develop' of https://github.com/NginxProxyManager/nginx-proxy-manager into develop
2 parents d2d44b2 + 5a234bb commit 7fff935

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pipeline {
128128
sh 'docker-compose down --remove-orphans --volumes -t 30 || true'
129129
}
130130
unstable {
131-
dir(path: 'testing/results') {
131+
dir(path: 'test/results') {
132132
archiveArtifacts(allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml')
133133
}
134134
}
@@ -161,7 +161,7 @@ pipeline {
161161
sh 'docker-compose down --remove-orphans --volumes -t 30 || true'
162162
}
163163
unstable {
164-
dir(path: 'testing/results') {
164+
dir(path: 'test/results') {
165165
archiveArtifacts(allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml')
166166
}
167167
}
@@ -199,7 +199,7 @@ pipeline {
199199
sh 'docker-compose down --remove-orphans --volumes -t 30 || true'
200200
}
201201
unstable {
202-
dir(path: 'testing/results') {
202+
dir(path: 'test/results') {
203203
archiveArtifacts(allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml')
204204
}
205205
}

global/certbot-dns-plugins.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@
215215
"credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN",
216216
"full_plugin_name": "dns-gandi"
217217
},
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+
},
218226
"godaddy": {
219227
"name": "GoDaddy",
220228
"package_name": "certbot-dns-godaddy",

0 commit comments

Comments
 (0)