Re: Jenkins workspace with @2

2021-09-20 Thread 'Björn Pedersen' via Jenkins Users
Hi, generally you should always consider these workspaces as temporary and managed by jenkins. If you need to put files (persistent) in defined places you should do this by explicitly copying the files (or e.g. use one of the artifact publisher plugins). And check the ws step docs: A wor

Re: Jenkins workspace with @2

2021-09-18 Thread Lalchand Rajak
Yes now I have added this but still I am noticing workspace getting created with @2 On Sat, 18 Sep, 2021, 22:38 geoffroy...@gmail.com, < geoffroy.jabou...@gmail.com> wrote: > Have you tried https://www.jenkins.io/doc/book/pipeline/syntax/#options > > options { disableConcurrentBuilds() } > >

Re: Jenkins workspace with @2

2021-09-18 Thread geoffroy...@gmail.com
Have you tried https://www.jenkins.io/doc/book/pipeline/syntax/#options options { disableConcurrentBuilds() } On Friday, 17 September 2021 at 18:35:02 UTC+2 lalchan...@gmail.com wrote: > I want default workspace should be working instead of @2. How can I > achieve that. > > Thanks, > Lalchand >

Re: Jenkins workspace with @2

2021-09-17 Thread Lalchand Rajak
I want default workspace should be working instead of @2. How can I achieve that. Thanks, Lalchand On Fri, 17 Sep, 2021, 19:14 'Dirk Heinrichs' via Jenkins Users, < jenkinsci-users@googlegroups.com> wrote: > Am Freitag, dem 17.09.2021 um 01:14 -0700 schrieb Lalchand Rajak: > > I have a job runn

Re: Jenkins workspace with @2

2021-09-17 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 17.09.2021 um 01:14 -0700 schrieb Lalchand Rajak: > I have a job running in Jenkins and It's creating a workspace with a > job name@2 or sometimes with @3. Can any one help why this is > happening?. Because you have multiple builds of that job running at the same time. You don't

Jenkins workspace with @2

2021-09-17 Thread Lalchand Rajak
Hello, I have a job running in Jenkins and It's creating a workspace with a job name@2 or sometimes with @3. Can any one help why this is happening?. Thanks, Lalchand -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this g