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

Impossible to assign the permission release using project based matrix security

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • core, m2release-plugin
    • None
    • 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>
      

          [JENKINS-10661] Impossible to assign the permission release using project based matrix security

          Dominique Arnou created issue -

          James Nord added a comment -

          Which version of jenkins?
          What plugins do you have installed and what are their versions?
          What did you change from when this last worked

          James Nord added a comment - Which version of jenkins? What plugins do you have installed and what are their versions? What did you change from when this last worked

          Dominique Arnou added a comment - - edited

          Hello,

          today my version is 1.425

          And my plugins :

          	
          Jenkins SSH Slaves plugin	0.18	
          Token Macro Plugin	1.4	
          Maven Integration plugin	1.425	
          Repository Connector	0.7.0	
          Jenkins Subversion Plug-in	1.29	
          Jenkins CVS Plug-in	1.5	
          Jenkins Mantis plugin	0.11	
          LDAP Email Plugin	0.7	
          Jenkins disk-usage plugin	0.14	
          Dashboard View	2.0.2	
          Static Analysis Utilities	1.25	
          Static Analysis Collector Plug-in	1.16	
          Console Column Plugin	1.2		
          Jenkins Maven Info Plugin	0.0.4	
          DOS Trigger	1.21	
          Extended Choice Parameter Plug-In	0.4		
          Jenkins Selenium Plugin	1.4	
          Backup plugin	1.6.1	
          Jenkins Maven Release Plug-in Plug-in	0.7.1	
          Jenkins Parameterized Trigger plugin	2.11	
          Groovy Postbuild	1.4	
          Status View Plugin	1.0		
          Sidebar Link	1.6	
          Node Name Column	1.1		
          Hudson Personal View	1.8		
          Hudson Groovy builder	1.8	
          Jenkins promoted builds plugin	2.3	
          Log Parser Plugin	1.0.8	
          Maven Deployment Linker	1.3		
          Validating String Parameter Plugin	2.1	
          Deploy to container Plugin	1.8	
          Hudson batch task plugin	1.14	
          Configuration Slicing plugin	1.19	
          Hudson Google Calendar plugin	0.3		
          Jenkins Email Extension Plugin	2.14.1	
          View Job Filters	1.13	
          Hudson Subversion Tagging Plugin	1.15	
          Jenkins build timeout plugin	1.7	
          Hudson Post build task	1.8	
          Jenkins Job Configuration History Plugin	1.11	
          ChuckNorris Plugin	0.4		
          Nested View Plugin	1.8	
          Change Log History	1.3	
          Jenkins Jabber notifier plugin	1.19	
          Compact Columns	1.8	
          Hudson Cron Column Plugin	1.003		
          Green Balls	1.10	
          CIFS publisher plugin	1.1.14	
          Job Type Column	1.0		
          Jenkins Active Directory plugin	1.18	
          SiteMonitor Plugin	0.2	
          Hudson Sonar Plugin	1.6.1	
          Scriptler	1.5	
          Sectioned View Plugin	1.15	
          Rebuilder	1.9	
          Hudson DocLinks plugin	0.4	
          

          Plugins Deactivated :

          Promoted Builds (Simple)	1.9	
          Jenkins Artifactory Plugin	2.0.3
          Jenkins instant-messaging plugin	1.18	
          

          It worked fine with the Jenkins version of the beginning of May

          Dominique Arnou added a comment - - edited Hello, today my version is 1.425 And my plugins : Jenkins SSH Slaves plugin 0.18 Token Macro Plugin 1.4 Maven Integration plugin 1.425 Repository Connector 0.7.0 Jenkins Subversion Plug-in 1.29 Jenkins CVS Plug-in 1.5 Jenkins Mantis plugin 0.11 LDAP Email Plugin 0.7 Jenkins disk-usage plugin 0.14 Dashboard View 2.0.2 Static Analysis Utilities 1.25 Static Analysis Collector Plug-in 1.16 Console Column Plugin 1.2 Jenkins Maven Info Plugin 0.0.4 DOS Trigger 1.21 Extended Choice Parameter Plug-In 0.4 Jenkins Selenium Plugin 1.4 Backup plugin 1.6.1 Jenkins Maven Release Plug-in Plug-in 0.7.1 Jenkins Parameterized Trigger plugin 2.11 Groovy Postbuild 1.4 Status View Plugin 1.0 Sidebar Link 1.6 Node Name Column 1.1 Hudson Personal View 1.8 Hudson Groovy builder 1.8 Jenkins promoted builds plugin 2.3 Log Parser Plugin 1.0.8 Maven Deployment Linker 1.3 Validating String Parameter Plugin 2.1 Deploy to container Plugin 1.8 Hudson batch task plugin 1.14 Configuration Slicing plugin 1.19 Hudson Google Calendar plugin 0.3 Jenkins Email Extension Plugin 2.14.1 View Job Filters 1.13 Hudson Subversion Tagging Plugin 1.15 Jenkins build timeout plugin 1.7 Hudson Post build task 1.8 Jenkins Job Configuration History Plugin 1.11 ChuckNorris Plugin 0.4 Nested View Plugin 1.8 Change Log History 1.3 Jenkins Jabber notifier plugin 1.19 Compact Columns 1.8 Hudson Cron Column Plugin 1.003 Green Balls 1.10 CIFS publisher plugin 1.1.14 Job Type Column 1.0 Jenkins Active Directory plugin 1.18 SiteMonitor Plugin 0.2 Hudson Sonar Plugin 1.6.1 Scriptler 1.5 Sectioned View Plugin 1.15 Rebuilder 1.9 Hudson DocLinks plugin 0.4 Plugins Deactivated : Promoted Builds (Simple) 1.9 Jenkins Artifactory Plugin 2.0.3 Jenkins instant-messaging plugin 1.18 It worked fine with the Jenkins version of the beginning of May

          James Nord added a comment -

          "It worked fine with the Jenkins version of the beginning of May"

          With the same version of the Jenkins Maven Release Plug-in Plug-in?

          Are there any errors in the log?

          James Nord added a comment - "It worked fine with the Jenkins version of the beginning of May" With the same version of the Jenkins Maven Release Plug-in Plug-in? Are there any errors in the log?

          I think the version was already 0.7.1

          But if I try handling a fresh installation of Jenkins, I get the same problem (Jenkins 1426 and M2 Plugin Release 0.7.1): when I set up a Jenkins-based security projects, I do not get the checkbox "Job Release" on setting up jobs!

          Dominique Arnou added a comment - I think the version was already 0.7.1 But if I try handling a fresh installation of Jenkins, I get the same problem (Jenkins 1426 and M2 Plugin Release 0.7.1): when I set up a Jenkins-based security projects, I do not get the checkbox "Job Release" on setting up jobs!

          Dominique Arnou added a comment - - edited

          I have attached some screen shot

          Dominique Arnou added a comment - - edited I have attached some screen shot

          Project Configuration, without Release checkbox

          Dominique Arnou added a comment - Project Configuration, without Release checkbox
          Dominique Arnou made changes -
          Attachment New: Project Configuration.jpg [ 20725 ]

          In this screen, we can see the checkbox for give permissions for all the jobs

          Dominique Arnou added a comment - In this screen, we can see the checkbox for give permissions for all the jobs
          Dominique Arnou made changes -
          Attachment New: System Configuration.jpg [ 20726 ]

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

              Created:
              Updated:
              Resolved: