Allow first-time SSH host key acceptance on Jenkins agents
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -5,6 +5,7 @@ pipeline {
|
||||
options { disableConcurrentBuilds() }
|
||||
environment {
|
||||
PYENVPIPELINE_VIRTUALENV = '1'
|
||||
GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=accept-new'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user