0

Following the documentation here, I created a Tekton Pipeline and integrated Slack through the tool integration. I also set up an incoming webhook following the Slack API documentation. Along with configuring the webhook URL, channel, and team name, I checked the pipeline events as shown below. enter image description here

I have received messages regarding the successful binding between the Tekton pipeline and Slack integration. I am also seeing other tool integrations in the Slack channel but missing the pipeline events like Pipeline start, success, and failure.

Am I missing something here?

Vidyasagar Machupalli
  • 2,737
  • 1
  • 19
  • 29

1 Answers1

0

The easiest way is by adding a definition pointing to the post to Slack task helper and the associated sample.

Additionally, I have to enable the Slack notifications setting under the Tekton pipeline.

I have documented the steps with screen captures in a blog post here

Vidyasagar Machupalli
  • 2,737
  • 1
  • 19
  • 29