Re: Permissions to read labels

2021-01-12 Thread Mark Waite
On Tue, Jan 12, 2021 at 4:39 PM dnawarm wrote: > Hi Mark, > > you said "any job that runs is allowed to query the existing labels". Do > you mean jenkins job or an ordinary user ? > The user wants to add existing label to his jenkinsfile but he needs to > know what labels are available. Of course

Re: Permissions to read labels

2021-01-12 Thread dnawarm
Hi Mark, you said "any job that runs is allowed to query the existing labels". Do you mean jenkins job or an ordinary user ? The user wants to add existing label to his jenkinsfile but he needs to know what labels are available. Of course we can tell him but the point is to let them do as much

Re: Permissions to read labels

2021-01-12 Thread Mark Waite
I believe that if you assign the labels as an administrator, then any job that runs is allowed to query the existing labels. The platformlabeler-plugin automatically assigns operating system labels (like 'amd64-freebsd-12.2-RELEASE-p2', 'amd64-windows-10.0', 'aarch64-Amazon-2', and 's390x-Ubuntu-1

Permissions to read labels

2021-01-12 Thread dnawarm
Hello all, user requests to list available labels and list agents which have X CPUs and Y GB of RAM. We cannot grant him admin permissions. What jenkins privilege is required to list available labels and list agents with particular tech spec ? -- You received this message because you are sub