test4
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:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -10,17 +10,17 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build Frontend') {
|
stage('Build Frontend') {
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo ./jenkins/buildFrontend.sh'
|
sh 'sudo bash ./jenkins/buildFrontend.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Backend') {
|
stage('Deploy Backend') {
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo ./jenkins/deployBackend.sh'
|
sh 'sudo bash ./jenkins/deployBackend.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Frontend') {
|
stage('Deploy Frontend') {
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo ./jenkins/deployFrontend.sh'
|
sh 'sudo bash ./jenkins/deployFrontend.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user