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 Guys,
I have a pipeline and need to run 4 .sh files on the mode script and my pipeline as follows :
Hey Revan,
Based on the ticket description, it appears you wish to run commands one after the other - if this is the case, I believe that this past community post will answer your question:
https://community.atlassian.com/t5/Bitbucket-questions/how-to-use-multiple-command-in-ssh-run/qaq-p/1112696
Hope this helps.
- Ben (Bitbucket Cloud Support)
Hi Ben,
It's not working when I put more than one shell file to execute.
The scripts become No Such files or directory please find my screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Revan,
Are you able to ensure the path is correct? I'm noticing that there is no "./" on the other bash script listing. Can you maybe try to create a bash script in the same folder as deploy_worker_cwi.sh which echos a message and attempt to run it?
Ie ./Worker-CWI/testscript.sh && ./Worker-CWI/deploy_worker_cwi.sh
By doing so, you can test if it's an issue with the path or with the command/syntax.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.