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

Add support for Jira Publisher plugin

XMLWordPrintable

      Plugin: https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin

      This is kind of complex DLS, let's start with some easy approach and use some configuration dsl seciton on it in order to be able to expand the functionality

      Configure section:

      configure { project ->
              project / 'publishers' << 'hudson.plugins.jira.JiraIssueUpdater'(plugin: 'jira@1.39')
      }
      
      job('example') {
          publishers {
              jiraIssueUpdater()
          }
      }
      

            v2v Victor Martinez
            v2v Victor Martinez
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: