Skip to content

Commit f78081d

Browse files
Merge pull request #161 from StefanScherer/update-windows-build-2019-pfx
[DESKTOP-1469] Update Windows Authenticode certificate
2 parents 43d1f29 + 4e7d4a9 commit f78081d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pipeline {
5858
environment {
5959
GOPATH = pwd()
6060
PATH = "${pwd()}/bin;$PATH"
61-
PFX = credentials('windows-build-pfx-sanitize')
62-
PFXPASSWORD = credentials('windows-build-pfx-password')
61+
PFX = credentials('windows-build-2019-pfx')
62+
PFXPASSWORD = credentials('windows-build-2019-pfx-password')
6363
}
6464
steps {
6565
dir('src/github.com/docker/docker-credential-helpers') {

0 commit comments

Comments
 (0)