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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/694cd472-98b6-4af4-9576-02498506df93n%40googlegroups.com.