You are on page 1of 1

Github:- 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

Bitbucket:- ATBBHWjqYQBK7T4VSyVwUEbCKnZ7C6312BC1
Crest@Flashpoint$5619

${bamboo.IP_PASSWORD}
${bamboo.IP_PASSWORD}

Jaxsprow109@

Variable name Value Operations


devuser
BACKEND_BRANCH_NAME
develop
Save Cancel
DB_BRANCH_NAME develop
Delete
HRMSTEST_BRANCH_NAME DEMO
Delete
IP 10.50.2.195
Delete
PASSWORD ********
Delete
UI_BRANCH_NAME develop

git fetch ; git stash ; git checkout develop ; git pull

#pipeline SSH

# Checkout the ui branch as per the variable


cd ~/HRMS/hrms-ui
git fetch ; git stash ; git checkout ${bamboo.UI_BRANCH_NAME} ; git pull

# Checkout the backend branch as per the variable


cd ~/HRMS/hrms
git fetch ; git stash ; git checkout ${bamboo.BACKEND_BRANCH_NAME} ; git pull

# Checkout the test repo branch as per the variable


cd ~/hrmstest
git fetch ; git stash ; git checkout ${bamboo.HRMSTEST_BRANCH_NAME} ; git pull

# Set the environment varible for host


sudo export HOST= ${bamboo.IP}

# Cerate the HRMS build


sudo docker-compose -f ~/HRMS/hrms/hrms-docker-compose/docker-compose.yml up -d --
force-recreate --no-deps --build

# Run the selenium test cases


sudo python3 -m pytest ./hrmstest/Modules/${bamboo.TEST_MODULE} --html=report.html

wget -N
https://chromedriver.storage.googleapis.com/100.0.4896.20/chromedriver_linux64.zip

You might also like