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() }
|
options { disableConcurrentBuilds() }
|
||||||
environment {
|
environment {
|
||||||
PYENVPIPELINE_VIRTUALENV = '1'
|
PYENVPIPELINE_VIRTUALENV = '1'
|
||||||
|
GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=accept-new'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user