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