From a7fb3cf1821c5f57177eecccb682fa94bef4cac5 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 21 Jun 2018 11:43:19 -0700 Subject: [PATCH] Remove extra / from artifactory server param Fixes gh-13535 --- ci/parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 420bfc284f..7293723ed5 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -4,7 +4,7 @@ email-to: ["spring-boot-dev@pivotal.io"] github-repo: "https://github.com/spring-projects/spring-boot.git" github-repo-name: "spring-projects/spring-boot" docker-hub-organization: "springci" -artifactory-server: "https://repo.spring.io/" +artifactory-server: "https://repo.spring.io" branch: "2.0.x" build-name: "spring-boot" pipeline-name: "spring-boot-2.0.x"