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.
2 parents 43d1f29 + 4e7d4a9 commit f78081dCopy full SHA for f78081d
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