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