Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,360
Community Members
 
Community Events
185
Community Groups

Cannot see artifact in the interface

I added an artifact to collect a logfile from the test run. The instruction say select artifact tab in the pipeline review results - but I cannot see any tab. I am guessing that somehow my artifact is not collected as either I have configured it wrong or its because the test failed. Looking for suggestions.

2 answers

1 accepted

0 votes
Answer accepted

Use artifacts: not artifact:

dont use ./ in path

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 13, 2022

Hi @Andy Tomlin,

Thank you for reaching out to the community.
For the artifacts you've configured, would it be possible for you to confirm if the file is located within the clone directory (BITBUCKET_CLONE_DIR) as mentioned in the documentation?

Could you also share your artifacts configuration?
For example:

        artifacts:
          - some_folder/**

Regards,
Mark C

          artifact:
            - ./ascari.log

I did an additional test:

      - step:
          name: artifact test
          image: justinjones/qi-dev:v1.00
          script:
            - echo test > ascari.log
          artifact:
            - ./ascari.log
Still do not see and log

Nevermind. I see my issue artifact not artifacts

Doh!

Well, almost. at least I now see the artifact tab. But it says no artifact uploaded

      - step:
          nameartifact test
          imagejustinjones/qi-dev:v1.00
          script:
            - echo test > ascari.log
          artifacts:
            - ./ascari.log
Creates the artifact tab but there is no file

ok looks like dropping ./ works

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events