diff --git a/Jenkinsfile b/Jenkinsfile index a2dfb179..b113f8cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ git checkout $BRANCH''' stage('Build') { steps { sshagent (credentials: ['willb']) { - sh 'ssh -o StrictHostKeyChecking=no 172.17.0.1 echo hi' + sh 'ssh -o StrictHostKeyChecking=no willb@172.17.0.1 echo hi' } } }