fix(Jenkinsfile.ralph): update deployment script argument to 'mbs-ralphs'
This commit is contained in:
@@ -43,7 +43,7 @@ pipeline {
|
|||||||
["Deploy ${nodeName}": {
|
["Deploy ${nodeName}": {
|
||||||
node(nodeName) {
|
node(nodeName) {
|
||||||
unstash 'scripts'
|
unstash 'scripts'
|
||||||
sh "bash install.sh 'ralph'"
|
sh "bash install.sh 'mbs-ralphs'"
|
||||||
sh 'cat ~/sco-app/installed.txt'
|
sh 'cat ~/sco-app/installed.txt'
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user