From c9b850646cd461cece603d1638b1316ca35a0ccd Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Sun, 15 Mar 2026 01:31:44 +0100 Subject: [PATCH] Allow first-time SSH host key acceptance on Jenkins agents --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 15096f5..8119278 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { options { disableConcurrentBuilds() } environment { PYENVPIPELINE_VIRTUALENV = '1' + GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=accept-new' } stages {