From 1d7e14bb74c4ce16903b36e0427f79917943aceb Mon Sep 17 00:00:00 2001 From: aagusfernandez02 Date: Mon, 20 Jul 2026 09:23:56 -0300 Subject: [PATCH] fix(Jenkinsfile.ralph): update deployment script argument to 'mbs-ralphs' --- data/jenkins/pipelines/Jenkinsfile.ralph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/jenkins/pipelines/Jenkinsfile.ralph b/data/jenkins/pipelines/Jenkinsfile.ralph index bd3dfbe..237ac88 100644 --- a/data/jenkins/pipelines/Jenkinsfile.ralph +++ b/data/jenkins/pipelines/Jenkinsfile.ralph @@ -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' } }]