From 2ba5f4a63e340bda06ca9f81f319463fb1225067 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 30 Nov 2018 12:50:59 +0100 Subject: [PATCH] Setup CI --- ci/parameters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/parameters.yml b/ci/parameters.yml index 9b9418e5c08..3084c3fc2d4 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -5,9 +5,9 @@ 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" -branch: "master" +branch: "2.1.x" build-name: "spring-boot" -pipeline-name: "spring-boot" +pipeline-name: "spring-boot-2.1.x" concourse-url: "https://ci.spring.io" bintray-subject: "spring" bintray-repo: "jars"