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'm trying to use multiple conditions in pipeline IF statement but with no luck.
The purpose of it is to run some functionality only if repository variable is set to specific value and specific file exists in directory (or if the directory itself exists, or both of the conditions) , e.g:
Welcome to the community.
Similar to this community post, would it be possible for you to try to use double squared brackets and see if it works?
For example:
if [[ $BOOLEAN_VAR = 'TRUE' && -e "folder/file.xml" ]]; then do something; fi
Let me know how it goes.
Regards,
Mark C
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.