You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Creating a custom pipe docker image. In my docker image I have saved some files by including in my dockerfile.
COPY pipe.sh /
COPY some.file/
ENTRYPOINT ["/pipe.sh"]
I've noticed when running the command in my pipeline
pipe: mydocker.image
It sets the working directory to the main pipeline one
--workdir=$(pwd) \
I've tried using
cd $BITBUCKET_PIPE_STORAGE_DIR
but some.file from the docker image isn't there
How can I access some.file from my pipe.sh script?
Took me a little bit but I realized everything gets put into the root of the container, I'll blame my trouble on it being a friday.
So the location of some.file will be
/some.file
Hope this can help someone else on a Friday as well
Hello Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. In this video, I'll share my favorite Trello templates. Templates mentioned in ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.