test14
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good

This commit is contained in:
2020-05-13 22:04:02 +02:00
parent 07c5142b8b
commit 39bea9a9d5

2
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ pipeline {
}
steps {
sh 'echo $BRANCH_NAME'
sh 'sudo bash -c \" source ./jenkins/buildFrontend.sh ${BRANCH_NAME}\""'
sh 'sudo bash ./jenkins/buildFrontend.sh ${BRANCH_NAME}'
}
}
stage('Deploy Backend') {