Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-27652

Workflow support for Slack Notifications (Pre and Post build)

      Add Workflow support for Slack Notifications (Pre and Post build)

          [JENKINS-27652] Workflow support for Slack Notifications (Pre and Post build)

          Pedro Algarvio created issue -
          Jesse Glick made changes -
          Component/s Original: workflow-plugin [ 18820 ]
          Assignee Original: Jesse Glick [ jglick ]
          Labels New: workflow
          Priority Original: Minor [ 4 ] New: Major [ 3 ]

          Code changed in jenkins
          User: Jesse Glick
          Path:
          COMPATIBILITY.md
          http://jenkins-ci.org/commit/workflow-plugin/24f4496e9654c82dc596cb372da5e6eafa1b4d2f
          Log:
          JENKINS-27652 Noting.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: COMPATIBILITY.md http://jenkins-ci.org/commit/workflow-plugin/24f4496e9654c82dc596cb372da5e6eafa1b4d2f Log: JENKINS-27652 Noting.

          Sam Gleske added a comment -

          Contributions for this are welcome. I don't actively develop the slack plugin. I only maintain pull requests and releases. I think this would definitely be useful.

          Sam Gleske added a comment - Contributions for this are welcome. I don't actively develop the slack plugin. I only maintain pull requests and releases. I think this would definitely be useful.

          Kurt Madel added a comment -

          See https://github.com/jenkinsci/slack-plugin/pull/167

          This just is a very basic Workflow step, when and what gets sent must be configured in workflow. For example 'pre' would require one of the first steps to be 'slackSend' and then for 'Post' the last step to be 'slackSend'.

          Kurt Madel added a comment - See https://github.com/jenkinsci/slack-plugin/pull/167 This just is a very basic Workflow step, when and what gets sent must be configured in workflow. For example 'pre' would require one of the first steps to be 'slackSend' and then for 'Post' the last step to be 'slackSend'.
          Andrew Bayer made changes -
          Assignee New: Kurt Madel [ kmadel ]

          hostlows added a comment -

          The version from
          https://github.com/jenkinsci/slack-plugin/pull/167
          worx already quite well for me.

          I would like to get this feature into the official repository. How can we help?

          hostlows added a comment - The version from https://github.com/jenkinsci/slack-plugin/pull/167 worx already quite well for me. I would like to get this feature into the official repository. How can we help?

          Code changed in jenkins
          User: Kurt Madel
          Path:
          pom.xml
          src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java
          src/main/resources/jenkins/plugins/slack/Messages.properties
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/config.jelly
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-channel.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-color.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-failOnError.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-message.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-teamDomain.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-token.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help.html
          src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java
          http://jenkins-ci.org/commit/slack-plugin/a9661980e52d5211497b5999c9ca65e8f4293e49
          Log:
          Possible Fix for JENKINS-27652 - Workflow support for Slack Notifications and https://github.com/jenkinsci/slack-plugin/issues/50 - Workflow plugin integration

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kurt Madel Path: pom.xml src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java src/main/resources/jenkins/plugins/slack/Messages.properties src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/config.jelly src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-channel.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-color.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-failOnError.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-message.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-teamDomain.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-token.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help.html src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java http://jenkins-ci.org/commit/slack-plugin/a9661980e52d5211497b5999c9ca65e8f4293e49 Log: Possible Fix for JENKINS-27652 - Workflow support for Slack Notifications and https://github.com/jenkinsci/slack-plugin/issues/50 - Workflow plugin integration

          Code changed in jenkins
          User: Kurt Madel
          Path:
          pom.xml
          src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java
          src/main/resources/jenkins/plugins/slack/Messages.properties
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/config.jelly
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-channel.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-color.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-failOnError.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-message.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-teamDomain.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-token.html
          src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help.html
          src/test/java/jenkins/plugins/slack/workflow/SlackSendStepIntegrationTest.java
          src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java
          http://jenkins-ci.org/commit/slack-plugin/5149c5ad3d4b6c311156bef62bf5bf6f212e3922
          Log:
          Merge pull request #167 from kmadel/issue50

          JENKINS-27652 - Workflow Support #50

          Compare: https://github.com/jenkinsci/slack-plugin/compare/2ab621068b3b...5149c5ad3d4b

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kurt Madel Path: pom.xml src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java src/main/resources/jenkins/plugins/slack/Messages.properties src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/config.jelly src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-channel.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-color.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-failOnError.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-message.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-teamDomain.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-token.html src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help.html src/test/java/jenkins/plugins/slack/workflow/SlackSendStepIntegrationTest.java src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java http://jenkins-ci.org/commit/slack-plugin/5149c5ad3d4b6c311156bef62bf5bf6f212e3922 Log: Merge pull request #167 from kmadel/issue50 JENKINS-27652 - Workflow Support #50 Compare: https://github.com/jenkinsci/slack-plugin/compare/2ab621068b3b...5149c5ad3d4b

          Kurt Madel added a comment -

          Kurt Madel added a comment - slack-2.0
          Kurt Madel made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

            kmadel Kurt Madel
            s0undt3ch Pedro Algarvio
            Votes:
            7 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: