pipeline VS artifact-manager-s3-plugin

Compare pipeline vs artifact-manager-s3-plugin and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pipeline artifact-manager-s3-plugin
51 2
8,276 61
0.8% -
9.7 7.0
5 days ago 8 days ago
Go Java
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pipeline

Posts with mentions or reviews of pipeline. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.

artifact-manager-s3-plugin

Posts with mentions or reviews of artifact-manager-s3-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-20.
  • Is there a way to use the Jenkins core 'archiveArtifact' with Artifactory?
    1 project | /r/devops | 4 Oct 2021
    I see. The only option I'm aware of is https://github.com/jenkinsci/artifact-manager-s3-plugin (S3 API compatible).
  • CMV: Jenkins shouldn't be anywhere near a robust, mature application environment
    4 projects | /r/devops | 20 Jan 2021
    So, yep done all this and completely agree. I set this all up with Terraform, Docker, and JCasC. However with our 80 person org and around 30 active repos (all with multibranch pipelines) ,200-300 builds a day; I'm seeing reboot times in the 15-20 minutes range (which hurts.) Also, if you don't drain the Jenkins instance prior to replacement then the currently running jobs fail; causing more issues (need to automate this anyone got a script?). Other complaints, plugins break ALL THE TIME so we really have to do some QA before sending a new Jenkins container out to prod. The S3 Artifact plugin doesn't do multipart uploads which limits the maximum size and performance on stash/archiveArtifact (patch here https://github.com/jenkinsci/artifact-manager-s3-plugin/pull/141; could still use a patch to stream the zip/tarball creation). The downstream build feature is really powerful but the blue ocean ui is iffy on it (sometimes it shows downstream builds; sometimes not). The ec2 plugin works but I've never gotten the spot-fleet plugin to work properly (specifically interested in being able to choose alternately sized instances based on spot price and availability). If you use spot-instances with the ec2 plugin; there's no clear way to retry the build (would love a tutorial or script that accomplishes the steps needed on this. i.e. trapping the signal coming from the OS and turning it into an exception in the pipeline). Overall, it's nice once you get here; but it's a metric ton of work... and there's still a bunch of problems. Really wish there was something easier to maintain and grow with a cloud first approach (i.e. rolling upgrades, object store support, fleet support).

What are some alternatives?

When comparing pipeline and artifact-manager-s3-plugin you can also consider the following projects:

dagger - Application Delivery as Code that Runs Anywhere

configuration-as-code-plugin - Jenkins Configuration as Code Plugin

argo-cd - Declarative Continuous Deployment for Kubernetes

job-dsl-gradle-example - An example Job DSL project that uses Gradle for building and testing.

kubevela - The Modern Application Platform.

aws-cf-templates - Free Templates for AWS CloudFormation

tekton-argocd-poc - This a PoC using Tekton (for CI) and ArgoCD (CD). It uses a local k8s cluster (K3D)

NUKE - 🏗 The AKEless Build System for C#/.NET

skaffold - Easy and Repeatable Kubernetes Development

earthly - Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.

gitlab-ci-python-library

luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.