configuration-as-code-plugin

Jenkins Configuration as Code Plugin (by jenkinsci)

Configuration-as-code-plugin Alternatives

Similar projects and alternatives to configuration-as-code-plugin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better configuration-as-code-plugin alternative or higher similarity.

configuration-as-code-plugin reviews and mentions

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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic configuration-as-code-plugin repo stats
12
2,640
8.9
10 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com