From a000babf589a9bb9970d0956182fde337a07f0e0 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Mon, 22 Jul 2024 13:21:23 -0700 Subject: [PATCH] cd debugging. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4f6cee8..c64c337 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { git diff --name-only $GIT_PREVIOUS_SUCCESSFUL_COMMIT $GIT_COMMIT | xargs dirname | sort | uniq | grep -v "spec/" | grep -v "plugins" | grep -v "\\." | - xargs -I {} echo "Deploying {}" && ssh -v lyberadmin@sul-solr-prod-a.stanford.edu -- ~/bin/upconfig {} + xargs -I {} echo "Deploying {}" && ssh -o StrictHostKeyChecking=no -v lyberadmin@sul-solr-prod-a.stanford.edu -- ~/bin/upconfig {} ''' } }