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

Link artifacts to external location

2021-12-09 Thread Sverre Moe
Can Jenkins show artifacts stored in external repositories? We want to avoid storing the build artifacts on the Jenkins server. This takes up a lot of space. Even though we have limited artifacts retention to the last 5 builds only. archiveArtifacts allowEmptyArchive: true, artifacts: '**/*.rpm