Skip to content

Commit 68b6155

Browse files
committed
Polish CI pipeline
1 parent e03222d commit 68b6155

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource_types:
1111
resources:
1212
- name: git-repo
1313
type: git
14-
icon: github-circle
14+
icon: github
1515
source:
1616
uri: ((github-repo))
1717
username: ((github-username))
@@ -204,11 +204,11 @@ jobs:
204204
BINTRAY_USERNAME: ((bintray-username))
205205
BINTRAY_API_KEY: ((bintray-api-key))
206206
groups:
207-
- name: "Build"
207+
- name: "builds"
208208
jobs: ["build"]
209-
- name: "Release"
209+
- name: "releases"
210210
jobs: ["stage-release", "promote-release", "sync-to-maven-central", "publish-eclipse-update-site"]
211-
- name: "CI Images"
211+
- name: "ci-images"
212212
jobs: ["build-spring-javaformat-ci-images"]
213-
- name: "Build Pull Requests"
213+
- name: "pull-requests"
214214
jobs: ["build-pull-requests"]

0 commit comments

Comments
 (0)