Questions tagged [chatops]

ChatOps is the integration of DevOps processes into a chat system where developers and operations people collaborate.

ChatOps is the integration of DevOps processes into a chat system where developers and operations people collaborate.

Processes for building, releasing, deploying and monitoring software are integrated into a chat system such as Slack or Mattermost which is organised by channels.

Scripts and bots can be integrated into the chat system via slash commands, webhooks, integration keys or similar mechanisms.

21 questions
0
votes
0 answers

Chat-Ops Setup and suggestions

I have an idea which I'd like to implement. I want to make the best use of Chat-ops. Below are the requirement which I want to achieve: I am planning to have a common chatroom, which would be specially made for deployments via Jenkins. I will be…
B.T Anand
  • 549
  • 1
  • 13
  • 26
0
votes
1 answer

Hubot: how to keep users Logged-in in various integrations?

I am building a hubot which integrates with Github, Trello and Jenkins using users' access tokens. Users must authenticate using oauth to receive an access token. The token i receive, i encrypt it and store it in a mongoDB. When a user asks for…
0
votes
1 answer

Can we integrate slack with JIRA, without having JIRA's admin access?

Can we integrate slack with JIRA, without having JIRA's admin access? I want to create issues from JIRA but dont have admin access in the same.
Madhurima Mishra
  • 1,063
  • 3
  • 14
  • 27
0
votes
1 answer

Creating a custom slack bot in python/AWS lambda

I'm trying to create a custom slack bot in python with which I intend to have private conversation (direct messages). Looking at the documentation, looks like slack bot has to join a channel. How can i have a 1:1 conversation with the custom slack…
user461112
  • 3,811
  • 3
  • 20
  • 25
0
votes
2 answers

How robotized chats are made?

I find some websites, which provides: "Lawyer robot" where you can ask questions, and fill dome forms. I want to ask how they ate made? Is there are usually used some chatbots or chatops engines, (as example: HUBOT)? Also is it possible to make…
Bublik
  • 912
  • 5
  • 15
  • 30
0
votes
2 answers

Chef - need a light weight "queue" (for the life of the recipe)

Presently I have a chef recipe whereby I post messages to chat, inside a loop: artifacts.each do |artifactItem| # Deploy the artifact #... # Post to chat chat_post "deployed artifact #{artifact_name}" end The result on my chat is…
vikingsteve
  • 38,481
  • 23
  • 112
  • 156
1
2