You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are automating our build process using JFrog Tasks, in Azure Devops Pipelines.
We are having issue in achieving dynamic commands. Using script, we can build different arficats and wants to use CLI task to run JFrog command to scan and push them to artifactory.
Due to mutliline commands and how its processing in JFrog Task, we are facing issues.
We are automating our build process using JFrog Tasks, in Azure Devops Pipelines.
We are having issue in achieving dynamic commands. Using script, we can build different arficats and wants to use CLI task to run JFrog command to scan and push them to artifactory.
Due to mutliline commands and how its processing in JFrog Task, we are facing issues.
##[error]Error: Command failed: /azp/_work/_tool/jf/2.62.1/x64/jf -version \n jf docker scan
Is there any way to pass dynamic
jf
commands and execute the command successfully?The text was updated successfully, but these errors were encountered: