Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa authored Sep 10, 2019
1 parent 9ab2580 commit d5e1426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ pipeline {
PATH = "C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.17134.0\\x64\\;C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Remote Debugger\\x64;${PATH}"
SIGNTOOL_ARGS = "sign /t http://timestamp.digicert.com /fd sha256 /sm"
CERT = "Brave"
KEY_CER_PATH = "C:\\jenkins\\digicert-key\\digicert.cer"
KEY_PFX_PATH = "C:\\jenkins\\digicert-key\\digicert.pfx"
KEY_CER_PATH = "C:\\jenkins\\digicert.cer"
KEY_PFX_PATH = "C:\\jenkins\\digicert.pfx"
AUTHENTICODE_PASSWORD = credentials("digicert-brave-browser-ci-certificate-ps-escaped")
AUTHENTICODE_PASSWORD_UNESCAPED = credentials("digicert-brave-browser-ci-certificate")
SIGN_WIDEVINE_CERT = credentials("widevine_brave_prod_cert.der")
Expand Down

0 comments on commit d5e1426

Please sign in to comment.