diff --git a/Jenkinsfile b/Jenkinsfile index 071c341a485214d76908913ee765e645bdccd17d..29aac664a09e58e029fa5063900fa8c77e4128a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,7 @@ pipeline { stage('Upload') { steps { sshagent(credentials: ['kieker-irl-key']) { - sh 'sftp -i ${KEYSTORE} ${UPDATE_SITE_URL}' + sh 'sftp -o StrictHostKeyChecking=no -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}' sh '${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json"' } }