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-04-30 Thread Satya Muralidhar Peddireddi
pipeline { agent any stages { stage('sample_1') { steps { script { if(true) { lock(label: 'Resource1') { sh label: '', script: 'echo $JAVA_HOME' sleep tim

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-04-30 Thread Satya Muralidhar Peddireddi
uot; ... you just need to figure it out what is the condition > that makes you go to the else branch. > > So, why one job should lock "Resource 1" and another should "Resource 2"? > > > On Thursday, 30 April 2020 09:37:41 UTC+1, Satya Muralidhar Peddireddi >

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
} >} >} > } > > > > > On Thursday, 30 April 2020 07:27:52 UTC-7, Christoph Fetzer wrote: >> >> Don't you actually want to use a ressource pool with two locks which use >> the same label? >> >> Am Donnerstag, 30. April 2020

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

how to solve these problem

2018-10-12 Thread satya muralidhar peddireddi
Started by user anonymous Building remotely on mavennode in workspace C:\Users\immur\OneDrive\Desktop\mvnlogs\workspace\CI-SRC-MAVEN java.io.IOException: remote file operation failed: C:\Users\immur\OneDrive\De