Re: Unable to Install or Update - Debian/Ubuntu

2021-12-10 Thread Mark Waite
On Friday, December 10, 2021 at 12:58:32 PM UTC-7 you wrote: > After adding the key and repository, I receive the following: > > Ign:4 https://pkg.jenkins.io/debian-stable binary/ InRelease > Err:5 https://pkg.jenkins.io/debian-stable binary/ Release > Certificate verification failed: The certi

Unable to Install or Update - Debian/Ubuntu

2021-12-10 Thread Scott Duensing
After adding the key and repository, I receive the following: Ign:4 https://pkg.jenkins.io/debian-stable binary/ InRelease Err:5 https://pkg.jenkins.io/debian-stable binary/ Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.

Re: No of builds ran on a given build node/agent

2021-12-10 Thread M.Madhusudana Reddy
Thanks Dirk. Do we have any plugins through which I can achieve equal load distribution? Thanks M.Madhu On Fri, Dec 10, 2021 at 8:58 AM 'Dirk Heinrichs' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Am Freitag, dem 10.12.2021 um 06:51 -0800 schrieb Madhu Muchukota: > > Hi Team

Re: No of builds ran on a given build node/agent

2021-12-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.12.2021 um 06:51 -0800 schrieb Madhu Muchukota: Hi Team - Is there a way for me to find out how many number of builds executed on each build nodes that we have in a given time period? Yes. You can get the build history for every job (which includes the node each build ran on)

No of builds ran on a given build node/agent

2021-12-10 Thread Madhu Muchukota
Hi Team - Is there a way for me to find out how many number of builds executed on each build nodes that we have in a given time period? I want to check if the load is equally getting distributed between the build nodes. Thanks Madhu M -- You received this message because you are subscribed to

Re: Link artifacts to external location

2021-12-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.12.2021 um 13:26 + schrieb 'Dirk Heinrichs' via Jenkins Users: Am Freitag, dem 10.12.2021 um 05:20 -0800 schrieb Sverre Moe: >From what I can tell from the Azure and S3 Artifact Manager, you can continue >to use the step archiveArtifacts. How does this step know which Ar

Re: Link artifacts to external location

2021-12-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.12.2021 um 05:20 -0800 schrieb Sverre Moe: >From what I can tell from the Azure and S3 Artifact Manager, you can continue >to use the step archiveArtifacts. How does this step know which Artifact Manager to use? Yep, the same question also came to my mind after reading the do

Re: Link artifacts to external location

2021-12-10 Thread Sverre Moe
>From what I can tell from the Azure and S3 Artifact Manager, you can continue to use the step archiveArtifacts. How does this step know which Artifact Manager to use? I do not have the "Artifact Management for Builds section" in Manage Jenkins/Configure System. Perhaps because I do not have any

Re: Link artifacts to external location

2021-12-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.12.2021 um 04:58 -0800 schrieb Sverre Moe: Publish over SSH: Does not seem to support Pipelines. Is also up for adoption and is not an artifact manager, but a publisher (as the name says). Nexus Artifact Uploader: Seems it only supports uploading to a Maven repository. Stran

Re: Link artifacts to external location

2021-12-10 Thread Sverre Moe
https://plugins.jenkins.io/azure-artifact-manager/ Azure Artifact Manager plugin is an Artifact Manager that allows you store your artifacts into Azure Blob Storage. https://plugins.jenkins.io/artifact-manager-s3/ Artifact Manager on S3 plugin is an Artifact Manager that allow you to store your

Re: Link artifacts to external location

2021-12-10 Thread Sverre Moe
https://brokenco.de/2018/01/04/external-artifacts-jenkins.html Not an ideal solution. More of a hack. torsdag 9. desember 2021 kl. 13:22:20 UTC+1 skrev Sverre Moe: > Can Jenkins show artifacts stored in external repositories? > > We want to avoid storing the build artifacts on the Jenkins server