test8
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:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -15,9 +15,10 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'echo $AN_ACCESS_KEY'
|
sh 'echo $AN_ACCESS_KEY'
|
||||||
sh 'echo $BRANCH_NAME'
|
sh 'echo $BRANCH_NAME'
|
||||||
sh 'sudo bash ./jenkins/buildFrontend.sh'
|
script{
|
||||||
def SCRIPT_OUTPUT = sh (script: 'sudo bash ./jenkins/buildFrontend.sh',returnStdout: true).trim()
|
def SCRIPT_OUTPUT = sh (script: 'sudo bash ./jenkins/buildFrontend.sh',returnStdout: true).trim()
|
||||||
echo "Script Output: ${SCRIPT_OUTPUT}"
|
echo "Script Output: ${SCRIPT_OUTPUT}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Backend') {
|
stage('Deploy Backend') {
|
||||||
|
|||||||
Reference in New Issue
Block a user