Update Jenkinsfile

This commit is contained in:
William
2018-12-05 09:32:02 +11:00
committed by GitHub
parent 4d859da731
commit e060173e84

2
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ git checkout $BRANCH'''
}
stage('Build') {
steps {
sshagent (credentials: ['willb']) {
sshagent (credentials: ['63c9de04-3213-47c3-8345-2f3442097a5b']) {
sh 'ssh -p 56499 -o StrictHostKeyChecking=no willb@172.17.0.1 echo hi'
}
}