#!/usr/bin/env sh cd ./Frontend if test "$BRANCH_NAME" = "edit-jenkinsfile" then echo 'Install neccessary Packages' yarn install echo 'Build Frontend for Production' yarn run build else echo "$BRANCH_NAME" fi