Update Jenkinsfile

This commit is contained in:
William
2018-12-05 09:28:10 +11:00
committed by GitHub
parent 82718331ce
commit 26e8cfd805

6
Jenkinsfile vendored
View File

@@ -13,9 +13,9 @@ git checkout $BRANCH'''
} }
} }
stage('Build') { stage('Build') {
steps { sshagent (credentials: ['willb']) {
echo 'Hi' sh 'ssh -o StrictHostKeyChecking=no 172.17.0.1 echo hi'
} }
} }
} }
} }