Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello!
Is it possible to use a directory with dot in its name, like XXX.YYY, as an artifact in pipeline description?
See the next example and let PROJECT_NAME be Test.Folder
- step:
name: Publish
script:
- dotnet publish $PROJECT_NAME -c Release
artifacts:
- $PROJECT_NAME/**
Unfortunately, it looks like a problem for bitbucket pipelines.
Hi Sergey,
Thank you for contacting Atlassian Community! I'm Norbert from Bitbucket Cloud Support, it's nice to meet you! Also, welcome to the Atlassian Community :)
I'd like to inform you that I've tested this functionality and it worked for me. I've created a folder "test.folder" and I've created 10 files in it: test[0001...0010]. As you can see in the build teardown section it found the artifact pattern for "test.folder" and zipped the folder and 10 files:
Would it be possible for you to send me the build teardown section of your build? That would help me troubleshoot this issue.
I'm looking forward to hear form you, Sergey.
Have a great weekend!
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.