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