From 7c3a7ad761d3286dd4ad50363862ae0205d48842 Mon Sep 17 00:00:00 2001 From: ishanavnt-01 <133764641+ishanavnt-01@users.noreply.github.com> Date: Thu, 2 May 2024 22:30:07 +0530 Subject: [PATCH] Updated Jenkinsfile with maintenance instance --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 20a308d7c2..3534bdc674 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { steps { sh '/usr/local/bin/eksctl version' sh '/usr/local/bin/eksctl utils write-kubeconfig --cluster=${clustername} --region=${region}' - sh "ssh -J root@sbs-dev-jump -D 1081 -f root@ruleservice-dev -N" + sh "ssh -J root@sbs-dev-jump -D 1081 -f root@eks-maintenance-dev -N" } } stage ("Build and Push Image to ECR") {