Skip to content

Commit c5a319c

Browse files
authoredFeb 6, 2025
Merge pull request #4347 from NginxProxyManager/develop
v2.12.3
2 parents b4f4996 + c4df89d commit c5a319c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1461
-741
lines changed
 

‎.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.2
1+
2.12.3

‎Jenkinsfile

+3-3
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
}

0 commit comments

Comments
 (0)
Failed to load comments.