diff --git a/Jenkinsfile b/Jenkinsfile index 1bfef6a2..824d06b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,16 +61,6 @@ try { } } } - }, - docs: { - stage('Deploy Docs') { - node { - checkout scm - withCredentials([file(credentialsId: 'docs.spring.io-jenkins_private_ssh_key', variable: 'DEPLOY_SSH_KEY')]) { - sh "./gradlew deployDocs -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --refresh-dependencies --no-daemon --stacktrace" - } - } - } } } }