Commit 9de85e56 authored by Josh Steinberg's avatar Josh Steinberg

update creds

parent f78de38d
......@@ -59,7 +59,7 @@ pipeline {
stage("Build Docker Image and Helm Deploy to Kubernetes"){
steps{
sshagent(credentials: ['ssh-cred']){
sshagent(credentials: ['ssh-user-pass']){
sh '''
ssh ${USER}@${REMOTE_AGENT} "echo hello"
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment