Commit 95f888f3 authored by Josh Steinberg's avatar Josh Steinberg

update jenkins

parent b5a96be3
......@@ -61,8 +61,6 @@ pipeline {
steps{
sshagent(credentials: ['ssh-cred']){
sh '''
[ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh
ssh-keyscan -t rsa,dsa ${REMOTE_AGENT} >> ~/.ssh/known_hosts
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