Skip to content

Commit 350eea5

Browse files
committed
Tweaks to CI pipeline:
- slack messages to 'spring-tools-team' instead of 'tools-team-internal' - create-rc-wiki page is 'serial' to avoid race conditions.
1 parent e15307f commit 350eea5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

concourse/pipeline.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ jobs:
319319
file: s3-concourse-vsix-snapshot/*.vsix
320320
acl: public-read
321321
- name: create-rc-wiki-page
322+
serial: true
322323
plan:
323324
- in_parallel:
324325
- get: sts4-wiki
@@ -575,7 +576,7 @@ jobs:
575576
on_success:
576577
put: slack-notification
577578
params:
578-
channel: "#tools-team-internal"
579+
channel: "#spring-tools-team"
579580
text_file: s3-concourse-vsix-snapshot/url
580581
icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-concourse/icon.png
581582
text: |
@@ -610,7 +611,7 @@ jobs:
610611
on_success:
611612
put: slack-notification
612613
params:
613-
channel: "#tools-team-internal"
614+
channel: "#spring-tools-team"
614615
text_file: s3-manifest-yaml-vsix-snapshot/url
615616
icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-manifest-yaml/icon.png
616617
text: |
@@ -645,7 +646,7 @@ jobs:
645646
on_success:
646647
put: slack-notification
647648
params:
648-
channel: "#tools-team-internal"
649+
channel: "#spring-tools-team"
649650
text_file: s3-bosh-vsix-snapshot/url
650651
icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-concourse/icon.png
651652
text: |
@@ -681,7 +682,7 @@ jobs:
681682
on_success:
682683
put: slack-notification
683684
params:
684-
channel: "#tools-team-internal"
685+
channel: "#spring-tools-team"
685686
text_file: s3-spring-boot-vsix-snapshot/url
686687
icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-spring-boot/spring-boot-logo.png
687688
text: |
@@ -719,7 +720,7 @@ jobs:
719720
on_success:
720721
put: slack-notification
721722
params:
722-
channel: "#tools-team-internal"
723+
channel: "#spring-tools-team"
723724
text: |
724725
STS 4 VScode Extensions released to ovsx.
725726
- name: publish-release
@@ -767,7 +768,7 @@ jobs:
767768
on_success:
768769
put: slack-notification
769770
params:
770-
channel: "#tools-team-internal"
771+
channel: "#spring-tools-team"
771772
text_file: version/version
772773
text: |
773774
STS 4 VScode Extensions $TEXT_FILE_CONTENT released
@@ -816,7 +817,7 @@ jobs:
816817
on_success:
817818
put: slack-notification
818819
params:
819-
channel: "#tools-team-internal"
820+
channel: "#spring-tools-team"
820821
text_file: version/version
821822
text: |
822823
STS 4 VScode Extensions $TEXT_FILE_CONTENT released

0 commit comments

Comments
 (0)