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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.