fix(Jenkinsfile.ralph): update deployment script argument to 'mbs-ralphs'

This commit is contained in:
aagusfernandez02
2026-07-20 09:23:56 -03:00
parent 2152259140
commit 1d7e14bb74
+1 -1
View File
@@ -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'
}
}]