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 artifacts into a S3 Bucket on Amazon. What other Artifact Managers are there for Jenkins? Is is the plugins with the label "Artifact Uploaders"? *Publish over SSH*: Does not seem to support Pipelines. Is also up for adoption *Nexus Artifact Uploader*: Seems it only supports uploading to a Maven repository. Strange considering: "This plugin goal is to upload artifacts generated from non-maven projects to Nexus" Perhaps I would need to make my own customer Artifact Manager. fredag 10. desember 2021 kl. 13:44:08 UTC+1 skrev 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. 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', >> fingerprint: true, onlyIfSuccessful: true >> >> externalArtifact artifact: ' >> https://nexus.company.com/repositories/release/package-1.1.1-1.x86_64.rpm >> ' >> >> >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/46c27e04-91ce-4dd9-bc72-7d08f9fae33an%40googlegroups.com.
