mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user