We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d1f29 commit 4e7d4a9Copy full SHA for 4e7d4a9
Jenkinsfile
@@ -58,8 +58,8 @@ pipeline {
58
environment {
59
GOPATH = pwd()
60
PATH = "${pwd()}/bin;$PATH"
61
- PFX = credentials('windows-build-pfx-sanitize')
62
- PFXPASSWORD = credentials('windows-build-pfx-password')
+ PFX = credentials('windows-build-2019-pfx')
+ PFXPASSWORD = credentials('windows-build-2019-pfx-password')
63
}
64
steps {
65
dir('src/github.com/docker/docker-credential-helpers') {
0 commit comments