Skip to content

Commit a4981e0

Browse files
committed
Create 1.2.x Concourse pipeline
This commit also upgrades Concourse resources to their latest versions.
1 parent 562d39a commit a4981e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-graphql"
33
docker-hub-organization: "springci"
44
artifactory-server: "https://repo.spring.io"
55
branch: "main"
6-
milestone: "1.1.x"
6+
milestone: "1.2.x"
77
build-name: "spring-graphql"
88
pipeline-name: "spring-graphql"
99
concourse-url: "https://ci.spring.io"

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource_types:
2525
type: registry-image
2626
source:
2727
repository: concourse/registry-image-resource
28-
tag: 1.5.0
28+
tag: 1.7.1
2929
- name: artifactory-resource
3030
type: registry-image
3131
source:
@@ -35,7 +35,7 @@ resource_types:
3535
type: registry-image
3636
source:
3737
repository: concourse/github-release-resource
38-
tag: 1.5.5
38+
tag: 1.8.0
3939

4040
resources:
4141
- name: git-repo

0 commit comments

Comments
 (0)