job-dsl-gradle-example VS job-dsl-plugin

Compare job-dsl-gradle-example vs job-dsl-plugin and see what are their differences.

job-dsl-gradle-example

An example Job DSL project that uses Gradle for building and testing. (by sheehan)

job-dsl-plugin

A Groovy DSL for Jenkins Jobs - Sweeeeet! (by jenkinsci)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
job-dsl-gradle-example job-dsl-plugin
2 5
439 1,875
- 0.7%
0.0 7.9
almost 2 years ago 2 months ago
Groovy Groovy
Apache License 2.0 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.

job-dsl-gradle-example

Posts with mentions or reviews of job-dsl-gradle-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-20.

job-dsl-plugin

Posts with mentions or reviews of job-dsl-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-01.
  • How does Jenkins 'understand' jenkinsfile syntax?
    2 projects | /r/jenkinsci | 1 Jan 2022
    In declarative syntax, it uses the various DSL plugins to parse and interpret the file.
  • Jenkins as code, part 2: Setting up the Jenkins job
    4 projects | /r/jenkinsci | 20 Jun 2021
    Hi Werner, we use the same approach as you in our team and come across a not-too-small problem -> we can't evaluate the DSL without the seed job. To be clear, we've put all the DSL job script inside one git repo then the seed job will seed it, anyone who want to add a new job need to create a pull request in the dsl-job repo but the problem here is we can't evaluate the PR without merge to the master brand (the seed job only run with the master branch) -> we want to add a check here before the PR is merged but still stuck with it, the job DSL plugin doesn't support a dry-run mode https://github.com/jenkinsci/job-dsl-plugin/pull/395. Do you have any ideas on it?
    4 projects | /r/jenkinsci | 20 Jun 2021
    I've used to stuck with the Dynamic DSL as it does not natively support unit test so I have to replace all Dynamic DSL with the configure block, ugly but work!
    4 projects | /r/jenkinsci | 20 Jun 2021

What are some alternatives?

When comparing job-dsl-gradle-example and job-dsl-plugin you can also consider the following projects:

ods-jenkins-shared-library - Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration

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

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

jira-trigger-plugin - Triggers a build when a certain condition is matched in JIRA

S3-Upload-JMeter-Groovy - Upload files to AWS S3 in JMeter using Groovy

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

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

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

Apollo - Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.