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

Add support for Ownership plugin

XMLWordPrintable

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

      Configure section:

      configure { project ->
              def properties = project / 'properties'
              properties << 'com.synopsys.arc.jenkins.plugins.ownership.jobs.JobOwnerJobProperty'(plugin: 'ownership@0.8') {
                  ownership {
                      ownershipEnabled(true)
                      primaryOwnerId('user1')
                      coownersIds(class: 'sorted-set') {
                           string('anotheruser1')
                           string('anotheruser2')
                      }
                  }
              }
      }
      

            v2v Victor Martinez
            v2v Victor Martinez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: