Skip to content

Commit 4e7d4a9

Browse files
committed
Update Windows Authenticode pfx
Signed-off-by: Stefan Scherer <[email protected]>
1 parent 43d1f29 commit 4e7d4a9

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)