Is it possible to integrate Jenkins and WhatsApp?
Trying to send notifications from Jenkins on build status
Related
I have tried to use the gmail chat notification plugin to send build status as post build action, but I am not able to configure this plugin to get Build Status(Pass/Fail) and Build Number.
I have tried using Build status is ${currentBuild.currentResult}in Message field of Gmail Chat notification plugin of Jenkins but this is not giving me the Build status.
I want to have the option to send the whole jenkins build log to a slack channel. I currently output the status of the builds successfully to slack, I would like to send the build log if the build fails. Does anyone know how to do this?
I have tried creating a shell script to zip up the log on the jenkins server and then posting it.
You can use Incoming WebHooks or Slash Commands both are the same.
I'm also using both for sending my Jenkins to build artifact to slack channel but.
You can add an attachment also in this hooks or Jenkins generate URL for all build artifacts and you can just pass that URL on slack and user can download it via slack.
you have to user slack plugin on Jenkins and configure your slack token and stuff like that.
If you need more detail contact me.
How can I use Slack trigger a Jenkins build for which Jenkins is hosted in a enterprise server without Internet connectivity?
I tried slash command in Slack, but when slack is trying to reach the Jenkins URL error is returned since its not accessible in internet.
how do I configure slack and jenkins -
to get jenkins build statuses (with link to build) into specific slack room,
automatically after build is finish ?
found an answer to my question in slack site,
after installing jenkins plugin in slack
(from : https://hubot-nga.slack.com/apps)
I got detailed instructions + unique team-domain and integration token.
in addition all the required steps to complete the integration in jenkins.
I'm new in Jenkins from Java Automation Testing , I need to connect Jenkins with skype, How can I do this,I already search all stuff and I found Skype Plugin(with Instant Messaging Plugin) for Jenkins but didn't get how to use it