test9
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
cd ./frontend
|
||||
echo "$BRANCH_NAME"
|
||||
if ["$BRANCH_NAME" = "edit-jenkinsfile"]; then
|
||||
if test "$BRANCH_NAME" = "edit-jenkinsfile"
|
||||
then
|
||||
echo 'Install neccessary Packages'
|
||||
yarn install
|
||||
echo 'Build Frontend for Production'
|
||||
yarn run build
|
||||
else
|
||||
echo 'Not in master Branch'
|
||||
echo 'Not in master branch'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user