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.
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
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:
>
>>
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
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
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?
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
-- 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
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
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
10 matches
Mail list logo