Questions tagged [slack]

For questions about Slack, the chat and collaboration tool, and integrations with DevOps processes, culture and tools.

10 questions
12
votes
1 answer

Pass string to Jenkins job from Slack

In an ideal world our less tech-knowledgeable employees could just use a Slack command to run a job and get the results slacked back to them, negating the use of the Jenkins GUI. I found Start a build in Jenkins using a Slack Command on GitHub, but…
Alex
  • 4,612
  • 6
  • 29
  • 49
11
votes
1 answer

How to include a custom Slack message only on completion?

We're running Jenkins with the Slack Notification Plugin. Is there a way to send the custom message only on completion, not on start? To be clear, I don't want to disable the build started message, I'd just like the custom text to only show on…
Alex
  • 4,612
  • 6
  • 29
  • 49
11
votes
1 answer

Jenkins Pipeline job; proper quoting for slackSend step

This is probably 100% user error, but I can't get a pipeline job to use a variable as the channel name in a slackSend step. This uses both the Slack plugin and the Build User Vars Plugin. I'm trying to use BUILD_USER_FIRST_NAME to identify which…
Alex
  • 4,612
  • 6
  • 29
  • 49
10
votes
3 answers

How to change PagerDuty incident name from CloudWatch integration?

I have AWS CloudWatch hooked up with PagerDuty. Whenever an alert goes out, it goes to PagerDuty, which then sends us a message in Slack. The problem is, this is what it shows in the chat: Triggered #3362: Maximum CPUUtilization of 53.6…
Tam N.
  • 201
  • 1
  • 3
5
votes
3 answers

post jenkins build console output to slack

I know how to notify build status using the slack notification plugin. I can seeproject - #buildnumber Success after 1 min 18 sec (Open) in my slack channel. But I want the console output to be sent to slack as well (upon failure) instead of a link.…
tikael
  • 201
  • 1
  • 2
  • 6
5
votes
1 answer

Heroku Slack integration without using Github

Heroku has this great Slack chatbot (chatops) that lets you send messages if a deployment pipeline succeeded or failed. Unfortunately, while setting it up and logging in to Heroku, it asks for your github account and will not let you chose a…
3
votes
0 answers

Can I use the Jenkins REST API with user input?

I want my Jenkins Pipeline to have a user input step where it posts to a slack channel and waits for user input then uses the input to user enters (button in the slack message). So at the input step it posts to slack with a message that has…
red888
  • 243
  • 3
  • 10
2
votes
1 answer

Publish pipeline artifact to Slack

I have a pipeline on Azure DevOps that publishes an artifact (releasenotes.txt). It also has integration with Slack using ( https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/slack?view=azure-devops ) . How can I send…
0
votes
0 answers

Honeycomb Slack integrations - group alerts into a thread by error, and create new thread each day

How can I group the Honeycomb alerts sent to Slack by thread, so reoccurring alerts for the same error are grouped into one single thread, sent as replies? I also want to reset the thread by date, so that only the alert of the past 24 hours are…
WesternGun
  • 101
  • 2
0
votes
1 answer

Collaboration tools recommendations like Slack

I started my graduation internship two weeks ago. My assignment is to look for a Slack alternative that'll be able to deploy on-premise. A lot of things need to be automated. I already did some research and found some interesting platforms like…