summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/modules/general.py
diff options
context:
space:
mode:
authorAdam Romanek <romanek.adam@gmail.com>2020-05-11 13:31:50 +0200
committerAdam Romanek <romanek.adam@gmail.com>2020-05-13 14:16:45 +0200
commit074985c7ff9360bb58be80ffab686746267f814f (patch)
tree750db91aeac4e3ad190ae40d745f2b45ef4d4668 /jenkins_jobs/modules/general.py
parentdc36dca4791897521cc19203267656eb8d736183 (diff)
downloadpython-jenkins-job-builder-074985c7ff9360bb58be80ffab686746267f814f.tar.gz
python-jenkins-job-builder-074985c7ff9360bb58be80ffab686746267f814f.tar.xz
python-jenkins-job-builder-074985c7ff9360bb58be80ffab686746267f814f.zip
Fix Authorization Matrix property support on jobs in a folder
Without the fix: > 2020-05-11 10:56:12.238+0000 [id=29522] WARNING > o.e.j.s.h.ContextHandler$Context#log: Error while serving http://localhost/job/someFolder/createItem > java.lang.ClassCastException: com.cloudbees.hudson.plugins.folder.properties.AuthorizationMatrixProperty cannot be cast to hudson.model.JobProperty It turns out com.cloudbees.hudson.plugins.folder.properties.AuthorizationMatrixProperty should only be applied to Folders, not Jobs. The latter should use hudson.security.AuthorizationMatrixProperty. Task: 39760 Story: 2007666 Change-Id: I64907265b214fb1e489e1e657a30c90d6ee08c3f
Diffstat (limited to 'jenkins_jobs/modules/general.py')
0 files changed, 0 insertions, 0 deletions