You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I decided to move my build from agent env to dokcer env. My docker is created from ubuntu image + some apt-get install etc.
I am starting docker with build-dir and tmp dir attached from host off course.
Build completes successfully but artifacts are not fetched.
After some struggling I decided to change whole build plan to single stage, with single job with single script task doing only:
touch test
My artifact definition is:
Location: empty
Copy pattern *
Artefact is not published. I can see the artifact (empty file called test) created on the host in proper dir.
When I start docker container manually by copy-paste command from log I can see the file as well.
What am I doing wrong?
Do I need to set entry dir in my docker somehow? Is the problem that docker user is root (I did not change that deliberately, but I can if needed).
After much more debugging I found that this is not docker problem.
Artifacts are found but are failing to publish.
Logs: Unexpected HTTP status code: HTTP/1.1 302
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.