From 6fbd11e8933aae0870be10ad461989bb6a4da875 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 28 Apr 2021 14:42:36 +0200 Subject: [PATCH] Update Deploy Docs host Closes gh-1845 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index db0d0e32..280a2c18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,7 +113,7 @@ try { try { withCredentials([file(credentialsId: 'docs.spring.io-jenkins_private_ssh_key', variable: 'DEPLOY_SSH_KEY')]) { withEnv(["JAVA_HOME=${tool 'jdk8'}"]) { - sh './gradlew deployDocs --no-daemon --stacktrace -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME' + sh './gradlew deployDocs --no-daemon --stacktrace -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME -PdeployDocsHost=docs-ip.spring.io' } } }