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
Is there a way to get JFrog to create a zip and upload it, where you point at a specific directory and the zip includes the contents of that directory and and subdirectories, but the zip doesn't include the top-level directory itself.
Hi @flcdrg ,
Currently the only available option is to cd into the directory you would like to upload and provide "./*" as pattern.
Placeholders are unfortunately not supported with the archive option.
Thanks
A possible workaround would be to use the JFrog CLI V2 task which supports setting a working directory.
I assume Azure DevOps also supports temporarily changing the working directory, but I can see why this may be a bit inconvenient.
Hi @flcdrg ,
Looks like you managed to workaround the limitation with changing the working directory.
I'm closing this issue now, feel free to reopen if necessary.
Thanks
Is there a way to get JFrog to create a zip and upload it, where you point at a specific directory and the zip includes the contents of that directory and and subdirectories, but the zip doesn't include the top-level directory itself.
eg. If I use this:
Then the zip file contains a
mydirectory
directory, but I want it to start with the files and subdirectories undermydirectory
The text was updated successfully, but these errors were encountered: