Impossible to assign the permission release using project based matrix security

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Blocker
    • Component/s: core, m2release-plugin
    • None
    • Environment:
      Ubuntu Server

      The checkbox to assign permission to release for a job has disappeared. If you change the configuration of the job, the corresponding parameter (hudson.model.Item.Release) of the xml file disappears

      Before :

      <hudson.security.AuthorizationMatrixProperty>
            <permission>hudson.model.Item.Build:GG_1</permission>
            <permission>hudson.model.Item.Workspace:GG_1</permission>
            <permission>hudson.model.Item.Release:GG_1</permission>
      </hudson.security.AuthorizationMatrixProperty>
      

      After :

      <hudson.security.AuthorizationMatrixProperty>
            <permission>hudson.model.Item.Build:GG_1</permission>
            <permission>hudson.model.Item.Workspace:GG_1</permission>
      </hudson.security.AuthorizationMatrixProperty>
      

            Assignee:
            Unassigned
            Reporter:
            Dominique Arnou
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: