简体   繁体   中英

Azure Devops Download Secure File

I am facing an issue wherein I uploaded a server.key in Download Secure File utility but in my pipeline, it is treating it as D:a_tempserver.key - when I call it in my task using echo $(server.secureFilePath). Any idea what could be the issue?

Error: ERROR running auth:jwt:grant: We encountered a JSON web token error, which is likely not an issue with Salesforce CLI. Here's the error: ENOENT: no such file or directory, open 'D:\a\1\s\a_tempserver.key'

In your current situation, we recommend you can use the $(Agent.TempDirectory)/server.key instead of the $(server.secureFilePath) . In the auzre devops, if we upload the secure file to pipeline, then it will put the file in the temp directory not under the source directory. Here are some screenshots about my test, hope this will help you.

The Secure File directory: 在此处输入图像描述

The result of $(Agent.TempDirectory): 在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM