Re: New Jenkins job Is disabled by default

2021-04-05 Thread Suhaas Valanjoo
I figured out what happened. Being a Java programmer too used to Camel case I named the file JenkinsFile. So as configured on commit to the branch head, it created a a job, but when Jenkins went loooking for aJenkinsfile, it couldn;t find one. So it disabled the job and eventually removed it.

Re: New Jenkins job Is disabled by default

2021-04-05 Thread drpa...@gmail.com
I had this using the Bitbucket Branch Source plugin... switching to the Bitbucket Server Integration plugin fixed it... you can simply replace the Branch source in your existing multi-branch pipeline job. You do not lose your existing job history which is nice. This is with Jenkins 2.232, Bitbuc

Re: No space left on device

2021-04-05 Thread 'Martin Schmude' via Jenkins Users
In case anybody is not aware of windirstat: it is a disk space analysis tool for Windows. https://windirstat.net/ Mark Waite schrieb am Montag, 5. April 2021 um 13:34:11 UTC+2: > Windirstat > > On Mon, Apr 5, 2021, 3:06 AM 'Venkat' via Jenkins Users < > jenkins...@googlegroups.com> wrote: > >>

Re: Fwd: How to run upstream and downstream jobs on same executor

2021-04-05 Thread Gianluca Massera
Hi, From what I know, a job will keep an executor busy till it completes. Hence, if an upstream job needs to do something after a downstream completes, then Jenkins needs two executors. Otherwise, if an upstream job doesn't need to anything after a downstream completes, then you trigger a do

Re: Fwd: How to run upstream and downstream jobs on same executor

2021-04-05 Thread kamthe kirtee
Hi, My question is if upstream job is running on executor 1 and when downstream job is triggered, that should run on executor 1 or executor 2 As soon as downstream job started running, upstream job should not be running on any of the executor. Beacuse I don't want upstream job to wait for the d

Re: Fwd: How to run upstream and downstream jobs on same executor

2021-04-05 Thread Gianluca Massera
Hi, from what I know, it's not achievable. When a job is waiting for a downstream to complete, it keeps an executor occupied. So, the downstream job needs to run on a different executor. But, frankly, that seems more of https://xyproblem.info/ :-) So, what is your problem? what do you need?

Re: How to run upstream and downstream jobs on same executor

2021-04-05 Thread Mark Waite
If I take the words precisely as you stated them, I don't think you can run multiple jobs at the same time on the same agent with only 1 executor. With only 1 executor, only 1 job can be executed on that agent. If you would like to have the downstream job run on the same agent as the upstream

Fwd: How to run upstream and downstream jobs on same executor

2021-04-05 Thread kamthe kirtee
-- Forwarded message - From: kamthe kirtee Date: Mon, 5 Apr, 2021, 4:36 pm Subject: How to run upstream and downstream jobs on same executor To: Hi team, Suppose in jenkins I have 1 slave and in that slave I have 1 executor Also I have one upstream job and one downstream job

Re: No space left on device

2021-04-05 Thread Mark Waite
Windirstat On Mon, Apr 5, 2021, 3:06 AM 'Venkat' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hi Mark, > > Thanks for the reply, How can we get the same details on the windows > server. > > > Regards > Venkat > > On Thu, Apr 1, 2021 at 7:22 PM Mark Waite > wrote: > >> Delete fi

Re: No space left on device

2021-04-05 Thread 'Venkat' via Jenkins Users
Hi Mark, Thanks for the reply, How can we get the same details on the windows server. Regards Venkat On Thu, Apr 1, 2021 at 7:22 PM Mark Waite wrote: > Delete files to recover space. The command "du -x /var/lib/jenkins/ | > sort -r -n | less" is a great help to identify the largest directori