Create 1.2.x Concourse pipeline

This commit also upgrades Concourse resources to their latest versions.
This commit is contained in:
Brian Clozel
2023-02-01 15:09:39 +01:00
parent 562d39a9a2
commit a4981e076b
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-graphql"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "main"
milestone: "1.1.x"
milestone: "1.2.x"
build-name: "spring-graphql"
pipeline-name: "spring-graphql"
concourse-url: "https://ci.spring.io"

View File

@@ -25,7 +25,7 @@ resource_types:
type: registry-image
source:
repository: concourse/registry-image-resource
tag: 1.5.0
tag: 1.7.1
- name: artifactory-resource
type: registry-image
source:
@@ -35,7 +35,7 @@ resource_types:
type: registry-image
source:
repository: concourse/github-release-resource
tag: 1.5.5
tag: 1.8.0
resources:
- name: git-repo