Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Write if, else condition in bamboo yaml file

Nagomi March 29, 2022

I have the snippet of code in my bamboo yaml 

- script:
interpreter: /bin/sh
scripts:

- GIT_BRANCH=${bamboo_planRepository_branch}
- BASE_VERSION=$(date +%g.%m)
- BUILD_VERSION="${BASE_VERSION}.${bamboo_buildNumber}"
- echo "$BUILD_VERSION"
- DEPLOY_ARTIFACTS="false"
- TAG_LATEST="false"

if [ "${GIT_BRANCH}" == "master" ]; then
log "Master branch - build main version"

but im getting the below error, can some one help what is the issue in this code

Error Message: home/bamboo/bamboo-agent-home/temp/UTM-UMB3-JOB1-21-ScriptBuildTask-8036891390408417517.sh: 12: /home/bamboo/bamboo-agent-home/temp/UTM-UMB3-JOB1-21-ScriptBuildTask-8036891390408417517.sh: Syntax error: "then" unexpected (expecting "fi")

 

1 answer

1 accepted

0 votes
Answer accepted
Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 30, 2022

Hello @Nagomi, Welcome to Atlassian Community!

Just add a fi below the "log" line and it will pass.

Regards,

Eduardo Alvarenga
Atlassian Support APAC

Nagomi March 30, 2022

Yep. Thanks worked edurado.

 

By the way is it possible to create two plans from a single yaml file

Eduardo Alvarenga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 30, 2022

Hello @Nagomi

Yes, it is. Please check this thread for more information.

Please don't forget to mark this answer as an Accepted Solution. Marking a reply as a solution will make it easier for others who have a similar issue to find it in the future.

Eduardo Alvarenga
Atlassian Support APAC

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events