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

Add Job DSL support for publishers section

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • clearcase-ucm-plugin
    • None

      The plugin already has Job DSL support for configuring scm. However, in order to add a publisher, I need to do something like the following in Job DSL:

      configure { project ->
      project / publishers << 'net.praqma.hudson.notifier.CCUCMNotifier' {
      }
      }

      The help text for the ClearCase UCM Post-build Action states that if the plugin is selected, the post build action is required.
      In that case, it would be nice if it could be created in Job DSL without using the configure block.

            praqma Praqma Support
            martinmosegaard Martin Mosegaard Amdisen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: