test13
Some checks failed
SimcoDash/simcompanies-dashboard/pipeline/head There was a failure building this commit

This commit is contained in:
2020-05-13 21:59:52 +02:00
parent 5bd9a5ec4c
commit 07c5142b8b

6
Jenkinsfile vendored
View File

@@ -14,11 +14,7 @@ pipeline {
}
steps {
sh 'echo $BRANCH_NAME'
script{
def SCRIPT_OUTPUT = sh (script: 'bash -c \" source ./jenkins/buildFrontend.sh ${BRANCH_NAME}\""',returnStdout: true)
echo "Script Output: ${SCRIPT_OUTPUT}"
}
sh 'sudo bash -c \" source ./jenkins/buildFrontend.sh ${BRANCH_NAME}\""'
}
}
stage('Deploy Backend') {