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,553,443
Community Members
 
Community Events
184
Community Groups

How do I share complete directory with another stage?

I have a Bamboo plan where I get our source repository via git and compile our image (on a Linus system).  The problem is I have a test that needs to run in a separate stage which needs access to not only various files in the source directory but I just found out that it needs to make some specialized images as well (i.e. access to make).  I originally shared out either individual files (via artifacts) using the exact directory and wildcard like *.json for the file or a whole directory (e.g. ** or **/*).  These have been working but since I now have to access the complete file structure as I need to do a make I want to share the whole structure.  I've tried "my_repo/" with "**/*", "." with "**/*" among others.  Seems like nothing I try has worked as I keep getting something like java.nio.file.NoSuchFileException.  Can someone please share the secret as to how I can share the complete directory structure I checked out and build in my previous stage? 

I prefer not to tar the entire structure but if this is the only way then can someone please share the command needed as well as the directory I need to be in (do I need to go up one level in order to get everything).   Also how would I untar this in the next stage?

1 answer

1 accepted

1 vote
Answer accepted
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 15, 2019

Tested the following Artifact definition works fine:

  • Name - allFiles
  • Location - 
  • Copy pattern - **/*

There is no need to set anything in the field "Location".

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events