jenkinsci / jenkinsci/lockable-resources-plugin
[JENKINS-65573] Allow multiple labels for lockable resource inside freeflow job
- Dominant language
- Java
- Stars
- 99
- Forks
- 205
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 8
Description
Improvement : 1
In my jenkins job , i am planning to take resources from lockable plugin , where I created two lables
eg1: USER_NAME and MACHINE_NAME.
in my job , I am trying to get one resource from each label , but I can able to add only one label in the job .
Question1:
Is there any way I can use resources from two different labels on single job [I am using freestyle job]
Improvement : 2
Can we possible to give the same resource name inside two different labels..?
for eg:
in one label add "testuser" and in another label I need same resource name
---
Originally reported by deepakcucek, imported from: Allow multiple labels for lockable resource inside freeflow job
Raw content of original issue
Improvement : 1
In my jenkins job , i am planning to take resources from lockable plugin , where I created two lables
eg1: USER_NAME and MACHINE_NAME.
in my job , I am trying to get one resource from each label , but I can able to add only one label in the job .
Question1:
Is there any way I can use resources from two different labels on single job [I am using freestyle job]
Improvement : 2
Can we possible to give the same resource name inside two different labels..?
for eg:
in one label add "testuser" and in another label I need same resource name
Contributor guide
Assessment
This issue has not been assessed yet.