jenkins-bootstrap-shared VS configuration-as-code-plugin

Compare jenkins-bootstrap-shared vs configuration-as-code-plugin and see what are their differences.

jenkins-bootstrap-shared

Jenkins as immutable infrastructure made easy. A repository of shared scripts meant to be used as a git submodule. Packing Jenkins, plugins, and scripts into immutable packages and images. (by samrocketman)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
jenkins-bootstrap-shared configuration-as-code-plugin
6 12
323 2,636
- 0.6%
6.5 9.0
6 months ago 8 days ago
Groovy Java
Apache License 2.0 MIT License
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.

jenkins-bootstrap-shared

Posts with mentions or reviews of jenkins-bootstrap-shared. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-31.

configuration-as-code-plugin

Posts with mentions or reviews of configuration-as-code-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-29.
  • Help! Confused about the relationship between Software Engineering and DevOps
    1 project | /r/devops | 14 May 2023
    First, developers could be taking care of maintaining the CI/CD tool.. As is (dev)ops will provide a running instance and everything from there is dev's responsibility, eg. Jenkins via https://plugins.jenkins.io/configuration-as-code/ .
  • Jenkins CASC plugin
    1 project | /r/jenkinsci | 28 Sep 2022
  • The only Jenkins Plugins you need
    3 projects | dev.to | 29 Jul 2022
    configuration-as-code https://plugins.jenkins.io/configuration-as-code/
  • Fully scripted Jenkins server with terraform
    1 project | /r/Terraform | 30 Jun 2022
  • Setting up a Jenkins instance with Configuration as Code (using yaml configuration)
    3 projects | dev.to | 29 Jun 2022
    Now we are going to use Configuration as Code plugin and some other plugins.
  • Why do y'all hate Jenkins? (What pipeline tools do you use?)
    1 project | /r/devops | 11 Feb 2022
    Looks like it does pretty much everything except install plugins ("We don't support installing plugins with JCasC" https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/README.md)
  • Separate .yamls for Jenkins Configuration-as-Code
    1 project | /r/devops | 3 Feb 2022
  • My School DevOps Project [part 1] - Jenkins
    1 project | dev.to | 17 Jan 2022
    --- jenkins: numExecutors: 1 systemMessage: "Hi, jenkins setup with jcasc" securityRealm: local: allowsSignup: false # prevents anonymous users from creating an account through the web interface users: - id: ${JENKINS_ADMIN_ID} password: ${JENKINS_ADMIN_PASSWORD} authorizationStrategy: globalMatrix: permissions: #- "View/Delete:authenticated" #- "View/Read:authenticated" #- "View/Configure:authenticated" #- "View/Create:authenticated" - "Job/Read:authenticated" - "Job/Build:authenticated" - "Job/Configure:authenticated" - "Job/Create:authenticated" - "Job/Delete:authenticated" - "Job/Discover:authenticated" - "Job/Move:authenticated" - "Job/Workspace:authenticated" - "Job/Cancel:authenticated" - "Run/Delete:authenticated" - "Run/Replay:authenticated" - "Run/Update:authenticated" - "Overall/Read:admin" - "Overall/Administer:admin" crumbIssuer: "standard" # Docker: https://github.com/jenkinsci/configuration-as-code-plugin/tree/master/demos/docker clouds: - docker: name: "docker" dockerApi: dockerHost: uri: "unix:///var/run/docker.sock" templates: - labelString: "docker-agent" dockerTemplateBase: # TODO: pin sha256 or versions when using in production image: "jenkins/agent" remoteFs: "/home/jenkins/agent" connector: attach: user: "jenkins" instanceCapStr: "10" retentionStrategy: idleMinutes: 1 security: scriptApproval: approvedSignatures: - method java.lang.String indexOf int - method io.jenkins.plugins.casc.ConfigurationAsCode configure - staticMethod io.jenkins.plugins.casc.ConfigurationAsCode get tool: git: installations: - home: "git" name: "Default" jdk: installations: - home: "/opt/java/openjdk" name: "java" maven: installations: - name: "maven" properties: - installSource: installers: - maven: id: "3.6.2" jobs: - file: /var/jenkins_config/jobs/folders.groovy - file: /var/jenkins_config/jobs/jobs.groovy
  • Interesting Task
    1 project | /r/jenkinsci | 16 Jul 2021
    At my previous job the entirety of Jenkins was all in code. We would blow away our entire Jenkins instance and just copy/paste the config back into Jenkins and it would all be back. I believe that also had all of the configurations for the jobs as well. In that case, that could be ideal. If I remember correctly this was all done in Groovy and not using the Configuration as Code (YAML) plugin.
  • CMV: Jenkins shouldn't be anywhere near a robust, mature application environment
    4 projects | /r/devops | 20 Jan 2021
    Most of the main plugins are configurable (here are some examples) and the rest you can configure via groovy. If there's good documentation, writing the groovy scripts is fairly easy too

What are some alternatives?

When comparing jenkins-bootstrap-shared and configuration-as-code-plugin you can also consider the following projects:

jenkins-script-console-scripts - A repository of one-off script console scripts for Jenkins.

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

Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

artifact-manager-s3-plugin - Artifact manager implementation for Amazon S3

blog - A personal technical blog. Full featured complete with automated peer review.

warnings-ng-plugin - Jenkins Warnings Plugin - Next Generation

groovy-guru - Groovy Intellisense for Visual Studio Code

pipeline - A cloud-native Pipeline resource.

jervis - Self service Jenkins job generation using Jenkins Job DSL plugin groovy scripts. Reads .jervis.yml and generates a job in Jenkins.

Design Patterns - Design patterns implemented in Java

pipeline-library - Collection of custom steps and variables for our Jenkins instance(s)

docker - Docker official jenkins repo