[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Some bits have been released in 0.12.1. I am going to also address createItem() somehow, but it's not trivial  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Régis Maura I am releasing what I have for this issue now. It is not a fix for the regression you reported, will follow-up on that separately.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/ComputerOwnerHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerPropertyHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/AbstractOwnershipHelper.java src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelper.java src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java src/test/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobPropertyTest.java src/test/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/OwnerNodePropertyTest.java src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipPropertyTest.java http://jenkins-ci.org/commit/ownership-plugin/cb26e15b7b3d79da413b4c92deaf59b074f2a349 Log: Merge pull request #73 from oleg-nenashev/JENKINS-49744 JENKINS-49744 - Generalize permission checks via Ownership Helpers to support folders Compare: https://github.com/jenkinsci/ownership-plugin/compare/63d071ccf7d7...cb26e15b7b3d  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins 

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java http://jenkins-ci.org/commit/ownership-plugin/bcc2c27aae247a8359a74c639eba54976a416be4 Log: JENKINS-49744 - Improve diagnostics messages when permission is missing  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/ComputerOwnerHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerPropertyHelper.java src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/AbstractOwnershipHelper.java src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelper.java src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java http://jenkins-ci.org/commit/ownership-plugin/2212e574d5bcd4a0552c882e066a0c5a8705bf02 Log: JENKINS-49744 - Generalize the permission handling logic using OwnershipHelper and locator extensions  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipPropertyTest.java http://jenkins-ci.org/commit/ownership-plugin/1f3d3846e50c2d994e99aa7eee485195e143862f Log: JENKINS-49744 - Add tests for FolderOwnership job property  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: src/test/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobPropertyTest.java src/test/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/OwnerNodePropertyTest.java http://jenkins-ci.org/commit/ownership-plugin/a5136e7ec830b40999cd320f322748ac801874bc Log: JENKINS-49744 - Annotate test methods created by @dwnusbaum  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread regis.ma...@infotel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Régis Maura edited a comment on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have updated Jenkins to 2.117 but still have the issue.I found that it may be related to Folder plugin too.When I copy a job *from a folder to the same folder*, there is no error.In this case, I am the owner of both the folder and the original job. I'm also set as owner of the copy job.So this scenario is :  from URL http://jenkins/job/ * FOLDER_NAME * /  New Item --> job name = MY_JOB_IN_FOLDER_COPY / copy from =  MY_JOB_IN_FOLDER {color:#14892c}=> Copy is OK{color}When I copy a job *from a folder to root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_ROOT_COPY / copy from = *FOLDER_NAME*/MY_JOB_IN_FOLDER {color:#d04437}=> Copy fails{color}When I copy a job *from a root to root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_IN_ROOT_COPY / copy from = MY_JOB_IN_ROOT {color:#d04437}=> Copy fails{color}When I copy a job *from root to a subfolder*, there is no error.In this case, the scenario is:  from URL : http://jenkins/job/FOLDER_NAME/  New item --> job name = MY_JOB_IN_FOLDER2 / copy from = *..*/MY_JOB_IN_ROOT {color:#14892c}=> Copy is OK{color}I don't know if this is the use of both ownership and folder plugins, but it seems that only *copy* of job in *root* folder is causing issue.Note that users can still create new job in root folder without errors.Hope this help :)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread regis.ma...@infotel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Régis Maura edited a comment on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have updated Jenkins to 2.117 but still have the issue.I found that it may be related to Folder plugin too.When I copy a job *from a folder to the same folder*, there is no error.In this case, I am the owner of both the folder and the original job. I'm also set as owner of the copy job.So this scenario is :  from URL http://jenkins/job/*FOLDER_NAME*/  New Item --> job name = MY_JOB_IN_FOLDER_COPY / copy from =  MY_JOB_IN_FOLDER {color:#14892c}=> Copy is OK{color}When I copy a job *from a folder to root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_ROOT_COPY / copy from = *FOLDER_NAME*/MY_JOB_IN_FOLDER {color:#d04437}=> Copy fails{color}When I copy a job *from  a  root to  root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_IN_ROOT_COPY / copy from = MY_JOB_IN_ROOT {color:#d04437}=> Copy fails{color}When I copy  a  job *from root to a  subfolder*, there is no error.In this case, the scenario is:  from URL : http://jenkins/job/*FOLDER_NAME*/  New item --> job name = MY_JOB_IN_FOLDER2 / copy from = *..*/MY_JOB_IN_ROOT {color:#14892c}=> Copy is OK{color}I don't know if this is the use of both ownership and folder plugins, but it seems that only *copy* of job in *root* folder is causing issue.Note that users can still create new job in root folder without errors.Hope this help :)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread regis.ma...@infotel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Régis Maura edited a comment on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have updated Jenkins to 2.117 but still have the issue.I found that it may be related to Folder plugin too.When I copy a job *from a folder to the same folder*, there is no error.In this case, I am the owner of both the folder and the original job. I'm also set as owner of the copy job.So this scenario is :  from URL http://jenkins/job/*FOLDER_NAME*/  New Item --> job name = MY_JOB_IN_FOLDER_COPY / copy from =  MY_JOB_IN_FOLDER {color:#14892c}=> Copy is OK{color}When I copy a job *from a folder to root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_ROOT_COPY / copy from = *FOLDER_NAME*/MY_JOB_IN_FOLDER {color:#d04437}=> Copy fails{color}When I copy a job *from a root to root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_IN_ROOT_COPY / copy from = MY_JOB_IN_ROOT {color:#d04437}=> Copy fails{color}When I copy a job *from root to a subfolder*, there is no error.In this case, the scenario is:  from URL : http://jenkins/job/ * FOLDER_NAME * /  New item --> job name = MY_JOB_IN_FOLDER2 / copy from = *..*/MY_JOB_IN_ROOT {color:#14892c}=> Copy is OK{color}I don't know if this is the use of both ownership and folder plugins, but it seems that only *copy* of job in *root* folder is causing issue.Note that users can still create new job in root folder without errors.Hope this help :)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   



[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread regis.ma...@infotel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Régis Maura edited a comment on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have updated Jenkins to 2.117 but still have the issue.I found that it may be related to Folder plugin too.When I copy a job* from a folder to the same folder*, there is  * no error * .In this case, I am the owner of both the folder and the original job. I'm also set as owner of the copy job.So this scenario is :  from URL http://jenkins/job/*FOLDER_NAME*/  New Item --> job name = MY_JOB_IN_FOLDER_COPY / copy from =  MY_JOB_IN_FOLDER {color:#14892c}=> Copy is OK{color}When I copy a job *from a folder to root*, I get the error.In this case, the scenario is:  from URL : http://jenkins/job/  New item --> job name = MY_JOB_ROOT_COPY / copy from = *FOLDER_NAME*/MY_JOB_IN_FOLDER {color:#d04437}=> Copy fails{color}When I copy a job  *  from root to a  folder  subfolder* , there is no error.In this case, the scenario is:  from URL : http://jenkins/job/*FOLDER_NAME*/  New item --> job name = MY_JOB_IN_FOLDER2 / copy from = *..*/MY_JOB_IN_ROOT {color:#14892c}=> Copy is OK{color}I don't know if this is the use of both ownership and folder plugins, but it seems that only *copy* of job in *root* folder is causing issue.Note that users can still create new job in root folder without errors.Hope this help :)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread regis.ma...@infotel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Régis Maura commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have updated Jenkins to 2.117 but still have the issue. I found that it may be related to Folder plugin too. When I copy a job* from a folder to the same folder*, there is no error. In this case, I am the owner of both the folder and the original job. I'm also set as owner of the copy job. So this scenario is : from URL http://jenkins/job/*FOLDER_NAME*/ New Item --> job name = MY_JOB_IN_FOLDER_COPY / copy from = MY_JOB_IN_FOLDER => Copy is OK When I copy a job from a folder to root, I get the error. In this case, the scenario is: from URL : http://jenkins/job/ New item --> job name = MY_JOB_ROOT_COPY / copy from = FOLDER_NAME/MY_JOB_IN_FOLDER => Copy fails When I copy a job from root to a folder, there is no error. In this case, the scenario is: from URL : http://jenkins/job/*FOLDER_NAME*/ New item --> job name = MY_JOB_IN_FOLDER2 / copy from = ../MY_JOB_IN_ROOT => Copy is OK I don't know if this is the use of both ownership and folder plugins, but it seems that only copy of job in root folder is causing issue. Note that users can still create new job in root folder without errors. Hope this help   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Régis Maura thanks for the feedback! I will do more testing of it  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-20 Thread regis.ma...@infotel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Régis Maura commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Hello Oleg, Thank you for working on this issue. I have been rolling back to previous version of Job and Node Ownership plugin, and now I test your snapshot version displayed as "Job and Node ownership plugin 0.12.1-SNAPSHOT (private-408385f7-jenkins)" and maven ID "com.synopsys.jenkinsci:ownership:0.12.1-SNAPSHOT" Unfortunately, non-admin users are still facing an exception report while duplicating job they own. On server side, here are the logs: 

 
avr. 20, 2018 2:40:57 PM com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription checkUnsecuredConfiguration
AVERTISSEMENT: Cannot locate OwnershipHelperClass for object hudson.model.AllView@e898c9[user/j_ser/my-views/view/Tous/]. Jenkins.ADMINISTER permissions will be required to change ownership
avr. 20, 2018 2:40:57 PM org.eclipse.jetty.server.handler.ContextHandler$Context log
AVERTISSEMENT: Error while serving http://topvm09.sesame.infotel.com:8080/user/j_ser/my-views/view/Tous/createItem
java.lang.reflect.InvocationTargetException
	at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:347)
	at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:77)
	at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:117)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:129)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
	at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
	at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:374)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
	at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:248)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154)
	at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151)
	at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:237)
	at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:214)
	at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:88)
	at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:114)
	at 

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-19 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I am going to ship https://github.com/jenkinsci/ownership-plugin/pull/73 by the weekend. Meanwhile you can take https://ci.jenkins.io/job/Plugins/job/ownership-plugin/job/PR-73/2/artifact/target/ownership.hpi and try it out  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-15 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Working on it, sorry for the delay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-04-10 Thread barn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Barnish commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Oleg Nenashev, is there any progress with this issue? Do you require any further information to help with the debug?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-27 Thread a.e.ukha...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Ukhanov commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Same problem with copying job from web-interface  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-23 Thread filipe.nogue...@appsfactory.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Filipe Rocha Nogueira commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have the same problem when copying a job to a new job.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-23 Thread filipe.nogue...@appsfactory.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Filipe Rocha Nogueira commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 I have the same problem when copying a job to a new job.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-23 Thread filipe.nogue...@appsfactory.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Filipe Rocha Nogueira updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49744  
 
 
  Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
Change By: 
 Filipe Rocha Nogueira  
 
 
Comment: 
 That is also occuring to me. The users cannot copy a job, but they can edit and create a new one.Ein Problem ist bei der Verarbeitung der Anfrage aufgetreten. Bitte suchen Sie in unserem Bug-Tracker nach bereits erstellten, ähnlichen Bug-Reports. Wenn es zu diesem Fehler bereits einen Bericht gibt, stimmen Sie bitte für ihn. Wenn Sie glauben, dass dies ein neues Problem ist, senden Sie uns bitte einen neuen Bug-Report. Achten Sie beim Verfassen eines Bug-Reports darauf, mindestens den vollständigen Stack-Trace, sowie die Versionen von Jenkins und relevanter Plugins mitzuteilen. Die Mailingliste für Jenkins-Nutzer könnte ebenfalls hilfreich sein, um das Problem zu verstehen.Stack-Tracejava.io.InvalidObjectException: em...@email.com fehlt das Recht „Allgemein/Administer“ at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.throwIfMissingPermission(OwnershipDescription.java:429) at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.checkUnsecuredConfiguration(OwnershipDescription.java:422) at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve(OwnershipDescription.java:378) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)Caused: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : em...@email.com fehlt das Recht „Allgemein/Administer“ at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:72) at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:271) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)Caused: com.thoughtworks.xstream.converters.ConversionException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : em...@email.com fehlt das Recht „Allgemein/Administer“ : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : em...@email.com fehlt das Recht „Allgemein/Administer“ Debugging information message : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : em...@email.com fehlt das Recht „Allgemein/Administer“cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessExceptioncause-message : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : em...@email.com fehlt das Recht „Allgemein/Administer“class : com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescriptionrequired-type : com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescriptionconverter-type : hudson.util.RobustReflectionConverterpath : 

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-23 Thread filipe.nogue...@appsfactory.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Filipe Rocha Nogueira edited a comment on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 That is also occuring to me. The users cannot copy a job, but they can edit and create a new one.   Ein Problem ist bei der Verarbeitung der Anfrage aufgetreten. Bitte suchen Sie in  [ unserem Bug-Tracker |https://jenkins.io/redirect/issue-tracker]  nach bereits erstellten, ähnlichen Bug-Reports. Wenn es zu diesem Fehler bereits einen Bericht gibt, stimmen Sie bitte für ihn. Wenn Sie glauben, dass dies ein neues Problem ist, senden Sie uns bitte einen neuen Bug-Report. Achten Sie beim Verfassen eines Bug-Reports darauf, mindestens den vollständigen Stack-Trace, sowie die Versionen von Jenkins und relevanter Plugins mitzuteilen. Die  [ Mailingliste für Jenkins-Nutzer |https://jenkins.io/redirect/users-mailing-list]  könnte ebenfalls hilfreich sein, um das Problem zu verstehen. h2.  Stack-Trace  java.io.InvalidObjectException:  [johannes.jahn  email @ appsfactory email . de|mailto:johannes.j...@appsfactory.de] com  fehlt das Recht „Allgemein/Administer“      at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.throwIfMissingPermission(OwnershipDescription.java:429)      at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.checkUnsecuredConfiguration(OwnershipDescription.java:422)      at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve(OwnershipDescription.java:378)      at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)      at java.lang.reflect.Method.invoke(Method.java:498)      at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)  Caused: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() :  [johannes.jahn  email @ appsfactory email . de|mailto:johannes.j...@appsfactory.de] com  fehlt das Recht „Allgemein/Administer“      at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:72)      at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:271)      at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)  Caused: com.thoughtworks.xstream.converters.ConversionException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() :  [johannes.jahn  email @ appsfactory email . de|mailto:johannes.j...@appsfactory.de] com  fehlt das Recht „Allgemein/Administer“ : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() :  [johannes.jahn  email @ appsfactory email . de|mailto:johannes.j...@appsfactory.de] com  fehlt das Recht „Allgemein/Administer“   Debugging information   message   : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() :  [johannes.jahn  email @ appsfactory email . de|mailto:johannes.j...@appsfactory.de] com  fehlt das Recht „Allgemein/Administer“  cause-exception   : com.thoughtworks.xstream.converters.reflection. ObjectAccessExceptioncause ObjectAccessExceptioncause -message     : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() :  [johannes.jahn  email @ appsfactory email . de|mailto:johannes.j...@appsfactory.de] com  fehlt das Recht „Allgemein/Administer“  class     : 

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-23 Thread filipe.nogue...@appsfactory.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Filipe Rocha Nogueira commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 That is also occuring to me. The users cannot copy a job, but they can edit and create a new one.   Ein Problem ist bei der Verarbeitung der Anfrage aufgetreten. Bitte suchen Sie in unserem Bug-Tracker nach bereits erstellten, ähnlichen Bug-Reports. Wenn es zu diesem Fehler bereits einen Bericht gibt, stimmen Sie bitte für ihn. Wenn Sie glauben, dass dies ein neues Problem ist, senden Sie uns bitte einen neuen Bug-Report. Achten Sie beim Verfassen eines Bug-Reports darauf, mindestens den vollständigen Stack-Trace, sowie die Versionen von Jenkins und relevanter Plugins mitzuteilen. Die Mailingliste für Jenkins-Nutzer könnte ebenfalls hilfreich sein, um das Problem zu verstehen. Stack-Trace java.io.InvalidObjectException: johannes.j...@appsfactory.de fehlt das Recht „Allgemein/Administer“   at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.throwIfMissingPermission(OwnershipDescription.java:429)   at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.checkUnsecuredConfiguration(OwnershipDescription.java:422)   at com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve(OwnershipDescription.java:378)   at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)   at java.lang.reflect.Method.invoke(Method.java:498)   at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)Caused: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : johannes.j...@appsfactory.de fehlt das Recht „Allgemein/Administer“   at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:72)   at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:271)   at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)Caused: com.thoughtworks.xstream.converters.ConversionException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : johannes.j...@appsfactory.de fehlt das Recht „Allgemein/Administer“ : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : johannes.j...@appsfactory.de fehlt das Recht „Allgemein/Administer“ Debugging information ---message : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : johannes.j...@appsfactory.de fehlt das Recht „Allgemein/Administer“cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessExceptioncause-message   : Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() : johannes.j...@appsfactory.de fehlt das Recht „Allgemein/Administer“class   : com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescriptionrequired-type   : com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescriptionconverter-type  : hudson.util.RobustReflectionConverterpath    : /flow-definition/properties/com.synopsys.arc.jenkins.plugins.ownership.jobs.JobOwnerJobProperty/ownershipline number : 98-   at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:79)   at 

[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-07 Thread barn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Barnish commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 It happens when copying a job (within a folder) to a new job in a folder. The new job gets created but the configuration is not copied over correctly. It is not preventing users from configuring existing jobs. We have not tried node configuration.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-06 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Andrew Barnish To confirm, you are only seeing the error when users attempt to configure folders, but not jobs or nodes, right?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-06 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev started work on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-06 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 will try to ship it  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-03-06 Thread barn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Barnish commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 We are seeing the same problem when copying a job using Jenkins Web interface as we get a stack trace for users who have manage ownership but no admin permission. the stacktrace includes messages like: Caused: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Could not call com.synopsys.arc.jenkins.plugins.ownership.OwnershipDescription.readResolve() :  is missing the Overall/Administer permission I can provide the full stacktrace if necessary.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-02-26 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-49744  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
 Code changed in jenkins User: Oleg Nenashev Path: CHANGELOG.md http://jenkins-ci.org/commit/ownership-plugin/5829e72f07434090286933830c0056dc99db7309 Log: Changelog: Noting 0.12.0 with SECURITY-498 fix and the JENKINS-49744 regression  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-49744) Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API

2018-02-26 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49744  
 
 
  Users with Manage Ownership permissions are unable to change Foler ownership from CLI/REST API   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 ownership-plugin  
 
 
Created: 
 2018-02-26 14:28  
 
 
Labels: 
 regression  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 This is a regression after the 0.12.0 security release. The plugin will reject Ownership Changes by XML submission from non-Admin users having the Manage Ownership Permission. Proposed fix: 
 
OwnershipDescription readResolve() logic should consult with extension points to verify the required permission 
Extension points and their implementations are extended to support the API 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment