I'm trying to setting up jenkins job to connect to deployement server within the bastion server in k8s environment. when I do this from command line I normally ssh to bastian server and then connecting to the deployment server within the bastion server. but I'm facing a problem when I try to do that from jenkins job. can someone recommend me a way to do this. Is there a way to connect to deployment server directly without connecting to bastion server? Thankyou