Agrasth Naman
Agrasth Naman
Hey @cdivitotawela, I attempted to reproduce the issue using JFrog CLI version 2.56.0 as well as the latest version (2.73.3), and the --exclusions flag appears to be working as expected...
Closing this issue. Feel free to reopen if the issue still persists.
Hey @DeDixs, Thank you for reporting this issue. We understand that using `jf.exe` on a Jenkins build server to download artifacts intermittently results in the error: ``` 03:00:37 [Error] Failed...
Hey @DeDixs, We’ve added a retry mechanism for closing the contentReader in the download flow [here](https://github.com/jfrog/jfrog-client-go/releases/tag/v1.52.0), which addresses the issue we were encountering. Hope this helps you. I’ll go ahead...
@guybar Arey you performing this on GitLab CI pipeline ? If you are working on a GitLab CI pipeline and trying to collect environment variables from there, you will see...
Hi @guybar, Thank you for bringing this up! As most CI pipelines run in a detached HEAD state, the branch name is not fetched by default. If we need to...