Update Jenkinsfile

This commit is contained in:
William
2018-12-05 09:29:37 +11:00
committed by GitHub
parent 67a4952dfd
commit f2deb8675f

2
Jenkinsfile vendored
View File

@@ -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'
}
}
}