Skip to content

Commit

Permalink
Updated Jenkinsfile with maintenance instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanavnt-01 authored May 2, 2024
1 parent 0702d1b commit 7c3a7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 7c3a7ad

Please sign in to comment.