Re: Startup Race Condition

2020-05-01 Thread Nigel Armstrong
I ended up creating a jira for this, as this seems to be a race condition in core/branch-api-plugin. https://issues.jenkins-ci.org/browse/JENKINS-62142 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Jenkins Jira integration through Jira Trigger plugin

2020-05-01 Thread swathi mudumbai
Hi I am trying to integrate Jenkins with JIRA cloud through JIRA trigger plugin, in order to trigger the build in Jenkins with the JIRA status ticket change. I have Jenkins URL using https port 443. I followed the below steps: *On Jenkins side:* *Jenkins global configuration (One time)* Th

Re: Hi friend i have 2 lockable resource while executing same job 2 times i want 2nd job will move 2nd lcokable resource how can i do it

2020-05-01 Thread Stuart Rowe
I agree with Christoph that there are better approaches. However, if you really want to do this you can use the new skipIfLocked feature added in lockable-resource 2.8 : pipeline { agent any stage

Re: Hi friend i have 2 lockable resource while executing same job 2 times i want 2nd job will move 2nd lcokable resource how can i do it

2020-05-01 Thread Satya Muralidhar Peddireddi
i tried this script still its waiting for another lock pipeline { agent any stages { stage('sample_1') { steps { script { def lockedResource1 = false lock(label: 'Resource1', skipIfLocked: true) { l

Re: Hi friend i have 2 lockable resource while executing same job 2 times i want 2nd job will move 2nd lcokable resource how can i do it

2020-05-01 Thread Stuart Rowe
Do you have release 2.8 installed? https://github.com/jenkinsci/lockable-resources-plugin/releases/tag/lockable-resources-2.8 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: Hi friend i have 2 lockable resource while executing same job 2 times i want 2nd job will move 2nd lcokable resource how can i do it

2020-05-01 Thread Satya Muralidhar Peddireddi
Yes. On Sat, May 2, 2020, 10:54 Stuart Rowe wrote: > Do you have release 2.8 installed? > https://github.com/jenkinsci/lockable-resources-plugin/releases/tag/lockable-resources-2.8 > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To un