[JIRA] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-04-04 Thread m...@daniel-spilker.com (JIRA)















































Daniel Spilker
 closed  JENKINS-27319 as Fixed


Folders dont support the authorization/permissions closure
















Change By:


Daniel Spilker
(04/Apr/15 7:47 PM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-04-02 Thread m...@daniel-spilker.com (JIRA)















































Daniel Spilker
 resolved  JENKINS-27319 as Fixed


Folders dont support the authorization/permissions closure
















Change By:


Daniel Spilker
(03/Apr/15 5:52 AM)




Status:


InProgress
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-04-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27319


Folders dont support the authorization/permissions closure















Code changed in jenkins
User: Daniel Spilker
Path:
 docs/Folder-Reference.md
 docs/Home.md
 docs/Job-DSL-Commands.md
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Folder.groovy
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Job.groovy
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/AuthorizationContext.groovy
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/JobAuthorizationContext.groovy
 job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/FolderSpec.groovy
 job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/AuthorizationContextSpec.groovy
 job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/JobAuthorizationContextSpec.groovy
http://jenkins-ci.org/commit/job-dsl-plugin/d3cce3fab4da20d54a5ae2e49514d701ef90f024
Log:
  Merge pull request #407 from daspilker/JENKINS-27319

JENKINS-27319 Added Folder Permissions


Compare: https://github.com/jenkinsci/job-dsl-plugin/compare/ffb14c573457...d3cce3fab4da




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-04-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-27319


Folders dont support the authorization/permissions closure















Code changed in jenkins
User: Daniel Spilker
Path:
 docs/Folder-Reference.md
 docs/Home.md
 docs/Job-DSL-Commands.md
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Folder.groovy
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Job.groovy
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/AuthorizationContext.groovy
 job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/JobAuthorizationContext.groovy
 job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/FolderSpec.groovy
 job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/AuthorizationContextSpec.groovy
 job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/JobAuthorizationContextSpec.groovy
http://jenkins-ci.org/commit/job-dsl-plugin/48d69792484a071e02821b87eb105c611b034117
Log:
  added folder permissions (JENKINS-27319)





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-03-12 Thread pe...@algarvio.me (JIRA)














































Pedro Algarvio
 created  JENKINS-27319


Folders dont support the authorization/permissions closure















Issue Type:


Improvement



Assignee:


Daniel Spilker



Components:


job-dsl-plugin



Created:


10/Mar/15 6:39 PM



Description:


There's no support for the authorization closure and respective permission.

I've made it work like:

maintenance-dsl.groovy
folder('maintenance') {
displayName('Jenkins Maintenance Jobs')

configure {
folder_properties = it.get('properties').get(0)
auth_matrix_prop = folder_properties.appendNode(
'com.cloudbees.hudson.plugins.folder.properties.AuthorizationMatrixProperty'
)
auth_matrix_prop.appendNode('permission').setValue(
"permission:username"
)
}
}


It would be nice to support the authorization closure like Jobs do.




Project:


Jenkins



Priority:


Minor



Reporter:


Pedro Algarvio

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-03-11 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 started work on  JENKINS-27319


Folders dont support the authorization/permissions closure
















Change By:


Daniel Spilker
(11/Mar/15 11:42 AM)




Status:


Open
InProgress



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [job-dsl-plugin] (JENKINS-27319) Folders don't support the authorization/permissions closure

2015-03-11 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 commented on  JENKINS-27319


Folders dont support the authorization/permissions closure















https://github.com/jenkinsci/job-dsl-plugin/pull/407



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.