Welcome to the jenkins-job-dsl wiki!
- The high-level DSL concepts are documented in [[Job DSL Commands]].
- See the API Viewer for a full syntax reference
- There are also tips on [[more advanced usage and workflows|User Power Moves]].
- An introduction to the DSL can be found in a collection of [[Talks and Blog Posts]].
- The forum has lots of information, some of which is making its way to the [[FAQ|Frequently Asked Questions]].
- If you want to get more involved, here's how to contribute...
Highly recommended starting point is [[the tutorial|Tutorial - Using the Jenkins Job DSL]].
Once you know how to create a "seed" job from the tutorial, start looking at the [[real world examples|Real World Examples]] for examples to steal from. After you get familiar with some of the commands, try them out at the Job DSL Playground.
Instead of creating a seed job manually, the Configuration as Code plugin can be used to execute Job DSL scripts. See [[JCasC]] for details.
Job DSL provides a secure environment for executing DSL scripts. See [[Script Security]] for details.
Not all of the 1000+ Jenkins plugins are supported by the built-in DSL. If the API Viewer does not list support for a certain plugin, the [[Dynamic DSL]] can be used to fill the gap.
If you want to get fancy you'll want to read up on [[configure block|The Configure Block]], which gives you direct access to the config.xml
.
Have a look at Jenkins Job DSL Gradle example or Job DSL Sample to see how to organize a SCM repository for Job DSL scripts, including [[tests for DSL scripts|Testing DSL Scripts]] and [[IDE Support]].
Browse the Jenkins issue tracker to see any open issues.
- Release notes for versions >= 1.82 can be found on the GitHub releases page.
- 1.81.1 (March 13 2023)
- Internal dependency management updates
- Fix concurrent modification exception in ExecuteDslScripts (GH-1253 JENKINS-69064).
- Importing a workspace file into a Job DSL script with the Groovy Sandbox does not work on Java 17 (JENKINS-70361)
- 1.81.0 (July 18 2022)
- Add missing options for Parameterized Remote Trigger Plugin (GH-1250 JENKINS-68781).
- 1.80.0 (July 1 2022)
- Don't destroy credentials when re-creating organization folders (GH-1251 JENKINS-44681)
- 1.79.0 (April 14 2022)
- Allow using classes not supported by
structs
forDescribableContext
(GH-1202 JENKINS-57435) ** Note that this has the potential to be unsafe and can lead to source-controlled secrets. Please be very cautious when embedding secrets into source control!
- Allow using classes not supported by
- 1.78.3 (January 01 2022)
- Replace JSR305 annotations with SpotBugs annotations (JENKINS-55973)
- 1.78.2 (January 01 2022)
- Prepare for sunset icon removal from core (#1245)
- 1.78.1 (October 27 2021)
- Fix: Ensure API Viewer is packaged correctly into the built plugin (JENKINS-66988)
- 1.78 (October 27 2021)
- Don't destroy credentials when re-creating folders (JENKINS-44681)
- Close all streams that are passed into
userContent
- Increased the minimum supported Jenkins version to 2.176
- Enhanced support for Subversion Plugin (JENKINS-58575)
- Fixed a problem with case sensitivity of item names (JENKINS-63056)
- Improved documentation (JENKINS-42816, JENKINS-61463, #1231)
- Removed anything that has been deprecated in 1.76, see Migration
- Removed anything that has been deprecated in 1.72, see Migration
- 1.77 (March 11 2020)
- Increased the minimum supported Jenkins version to 2.164
- Improved support for views (JENKINS-59117)
- Fixed problem with detecting seed job collisions (JENKINS-59995)
- Fixed problem with paths on Windows (JENKINS-53840)
- Deprecated
triggers
method inpipelineJob
context, see Migration (JENKINS-53775)
- 1.76 (August 22 2019)
- Added documentation for pitfalls when using multiple Job DSL build steps in a single job (JENKINS-44142)
- Pass environment from CasC file to Job DSL script (JENKINS-59037)
- Fixed [[Dynamic DSL]] problem (JENKINS-57817)
- Show items with same display name on job and build pages (JENKINS-54231)
- Deprecated
concurrentBuild
method inpipelineJob
context, see Migration (JENKINS-53775) - Support for older versions of the Pipeline Job Plugin is deprecated, see Migration
- Support for older versions of the Subversion Plugin is deprecated, see Migration
- 1.75 (August 12 2019)
- Added documentation about mandatory identifier in multi-branch Pipeline job branch sources, the identifier will no longer be generated and must be set to a constant and unique value, see Migration (JENKINS-43693)
- Enhanced support for the Branch API Plugin (JENKINS-54877)
- Fixed problem with API viewer (JENKINS-51202)
- Fixed problems when using multiple Job DSL steps in a single seed job (JENKINS-29784, JENKINS-44142)
- 1.74 (May 01 2019)
- Fixed Configuration as Code extension (JENKINS-57218)
- 1.73 (April 26 2019)
- Support job creation in Configuration as Code (#1173)
- Added option to fail seed job if an item is managed by another seed job (#1147)
- Fixed line detection for JDK 9+ (JENKINS-54942)
- Fixed name of "all" view (JENKINS-56505)
- Fixed support for the Description Setter Plugin (#1162)
- 1.72 (March 06 2019)
- Increased the minimum supported Jenkins version to 2.121
- Replaced built-in support for periodic folder trigger, see Migration (JENKINS-55429)
- Fixed Groovy sandbox bypass via constructor invocation (SECURITY-1342)
- Removed anything that has been deprecated in 1.70, see Migration
- Removed anything that has been deprecated in 1.69, see Migration
- Removed anything that has been deprecated in 1.68, see Migration
- Removed anything that has been deprecated in 1.67, see Migration
- 1.71 (January 05 2019)
- Log path of script file (JENKINS-52550)
- Fixed support for authentication token and disabling concurrent builds for Pipeline jobs (JENKINS-31832)
- Added support for
Object
typed options to [[Dynamic DSL]] (JENKINS-52546) - Require
workflow-job
andworkflow-cps
plugins instead ofworkflow-aggregator
(#1145) - Fixed serialization issue in
GlobalJobDslSecurityConfiguration
(JENKINS-53830)
- 1.70 (July 03 2018)
- Enhanced support for xUnit Plugin (#1129)
- Enhanced support for the Copy Artifact Plugin (#1096)
- Log warning when plugins have been installed without restarting Jenkins (JENKINS-50858)
- Deprecated unsupported methods in
pipelineJob
context, see Migration (JENKINS-31832)
- 1.69 (April 14 2018)
- Delete and re-create view if type changes (JENKINS-49696)
- Fixed problem when setting primary view for a folder (JENKINS-48288)
- Fixed problem with embedded API viewer (JENKINS-50411)
- Fixed problem with Pipeline Multibranch Plugin (JENKINS-50119)
- Fixed anonymous class warning (JENKINS-50750)
- Support for older versions of the CloudBees Folders Plugin is deprecated, see Migration
- Support for older versions of the Pipeline Multibranch Plugin is deprecated, see Migration
- Support for older versions of the Branch API Plugin is deprecated, see Migration
- Support for setting the primary view in
multibranchPipelineJob
andorganizationFolder
is deprecated, see Migration - Support for the Perforce Plugin is deprecated, see Migration
- Provide license information (JENKINS-36753)
- Removed anything that has been deprecated in 1.66, see Migration
- 1.68 (February 09 2018)
- Increased the minimum supported Java version to JDK 8
- Increased the minimum supported Jenkins version to 2.73
- Increased the minimum supported Groovy version to 2.4.11
- Updated Structs Plugin dependency to version 1.13 and use new caching feature
- Renamed Automatically Generated DSL to [[Dynamic DSL]]
- Un-deprecated support for the PostBuildScript Plugin (JENKINS-43637)
- Un-deprecated support for the Active Choices Plugin, but removed support for Scriptler scripts (JENKINS-48121)
- Enhanced support for the Plot Plugin (#1091)
- Enhanced support for the Pipeline Groovy Plugin (#1086)
- Enhanced support for the Git Plugin (#1087)
- Enhanced support for the Gradle Plugin, see Migration
- Enhanced support for the CloudBees Folders Plugin (JENKINS-48336)
- Fixed "Disable removed jobs" for Pipeline jobs (JENKINS-47705)
- Changed the default script path for Pipeline
cpsScm
context toJenkinsfile
, see Migration (JENKINS-34133) - Changed the
sendTo
recipient list to be empty by default for the Email Extension Plugin, see Migration (JENKINS-49098 - Support for older versions of the Pipeline Groovy Plugin is deprecated, see Migration
- Support for older versions of the Gradle Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.62, see Migration
- Removed anything that has been deprecated in 1.64, see Migration
- 1.67 (January 26 2018)
- Allow import of Groovy code from the workspace when script security sandbox is enabled (#1078)
- Fixed support for [[Dynamic DSL]] when using script security sandbox (JENKINS-47560)
- Enhanced support for the Groovy Plugin (JENKINS-44256)
- Enhanced support for the Pipeline Multibranch Plugin (#1079)
- Fixed compatibility with Jenkins Remoting whitelist (JENKINS-49175)
- Support for the older versions of the Groovy Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.61, see Migration
- 1.66 (October 14 2017)
- Enhanced support for the Notification Plugin (#1067)
- Enhanced support for Matrix Authorization Strategy Plugin (#1066)
- Enhanced support for the GitHub Branch Source Plugin (#1043)
- Enhanced support for the Build Pipeline Plugin (JENKINS-46332)
- Enhanced support for the Git Plugin (#1074)
- Allow passing custom parameters from Pipeline script (JENKINS-44128)
- Fixed problem with redundant paths (JENKINS-46932)
- Support for the older versions of the Notification Plugin is deprecated, see Migration
- Support for the Cucumber Reports Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.59, see Migration
- 1.65 (September 07 2017)
- Enhanced support for the Pipeline Plugin (JENKINS-46463)
- Enhanced support for the Delivery Pipeline Plugin (#1046)
- Enhanced support for the Git Plugin (#1049)
- Enhanced support for the Multijob Plugin (#1050)
- Fixed documentation for the Throttle Concurrent Builds Plugin (#1042)
- Updated documentation to avoid undesired libraries on the test classpath (JENKINS-45512)
- Changed visibility of a method in
JenkinsJobManagement
(JENKINS-45921) - Provide better error message when job name ends with slash (JENKINS-44158)
- Fixed problem with static analysis plugins (JENKINS-46042)
- Fixed problem with
using
in Pipeline jobs (JENKINS-45812) - Removed anything that has been deprecated in 1.57, see Migration
- Removed anything that has been deprecated in 1.58, see Migration
- 1.64 (July 07 2017)
- Increased the minimum supported Java version to JDK 7
- Increased the minimum supported Jenkins version to 2.19
- Increased the minimum supported Groovy version to 2.4.7
- Enhanced support for the Git Plugin (#1029)
- Support for Gogs as browser for the Git Plugin (JENKINS-44306)
- Enhanced support for the HTML Publisher Plugin (#1028)
- Enhanced support for the Gradle Plugin (JENKINS-44217)
- Enhanced support for the Maven Project Plugin (JENKINS-44357)
- Enhanced support for Sectioned View Plugin (#1037)
- Enhanced support for the Multijob Plugin (JENKINS-44711)
- Support for older versions of the HTML Publisher Plugin is deprecated, see Migration
- Support for older versions of the Gradle Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.54, see Migration
- Removed anything that has been deprecated in 1.55, see Migration
- Removed anything that has been deprecated in 1.56, see Migration
- 1.63 (May 09 2017)
- Fixed problem with special characters in job, folder and view names (JENKINS-44140)
- 1.62 (May 09 2017)
- Show enum values for dynamic DSL in embedded API viewer #1020
- Added option to remove unreferenced config files (JENKINS-40720)
- Enhanced support for the Pipeline Multibranch Plugin (JENKINS-43693)
- Enhanced support for the Parameterized Remote Trigger Plugin (JENKINS-43025)
- Fixed problem with absolute paths when using "Seed Job" lookup strategy (JENKINS-43991)
- Improved error handling and fail if an item or view could not be created or updated (JENKINS-43991)
- Allow
..
path segments in job, folder and view names. (JENKINS-40732) - Added a switch to the command line runner to put the script's directory on the classpath, see User-Power-Moves (JENKINS-42299)
- Support for the older versions of the Parameterized Remote Trigger Plugin is deprecated, see Migration
- Support for the Build Flow Plugin is deprecated, see Migration
- Support for the Active Choices Plugin is deprecated, see Migration
- Support for the PostBuildScript Plugin is deprecated, see Migration
- Support for the ArtifactDeployer Plugin is deprecated, see Migration
- Support for the Subversion Tagging Plugin is deprecated, see Migration
- Support for the Grails Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.53, see Migration
- 1.61 (April 17 2017)
- Enhanced support for the Stash Notifier Plugin (JENKINS-42900, JENKINS-29183)
- Enhanced support for the Join Plugin (JENKINS-43219)
- Fixed a problem with
readFileFromWorkspace
(JENKINS-43537) - Do not print a warning when config file name equals config file identifier (JENKINS-43345)
- Support for the older versions of the Join Plugin is deprecated, see Migration
- Support for the older versions of the Stash Notifier Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.52, see Migration
- 1.60 (April 10 2017)
- Enabled script approval with the Script Security Plugin, see Migration (SECURITY-369)
- Added permission checks and enforced running the build as a particular user, see Migration (SECURITY-363)
- 1.59 (March 31 2017)
- Enable [[Dynamic DSL]] for Parameterized Trigger Plugin (JENKINS-41741)
- Log deprecation warnings for [[Dynamic DSL]] and DSL extensions
- Updated the troubleshooting section for [[The Configure Block]] (JENKINS-41958)
- Updated Structs Plugin dependency to version 1.6
- Support for the Mattermost Plugin is deprecated, see Migration (JENKINS-42887)
- Removed anything that has been deprecated in 1.51, see Migration
- Removed anything that has been deprecated in 1.47, see Migration
- 1.58 (February 16 2017)
- Increased the minimum supported Jenkins version to 1.651
- Added support for the GitHub Branch Source Plugin (JENKINS-39977)
- Enhanced support for Config File Provider Plugin (JENKINS-33630, JENKINS-39754, JENKINS-40719)
- Enhanced support for the GitLab Plugin (JENKINS-41485, JENKINS-41789)
- Fixed a problem with the plugin's dependencies (JENKINS-41001)
- Fixed a problem with Windows paths on Unix (JENKINS-41612)
- Improved error message for invalid enum values (JENKINS-41270)
- Show only one link to embedded API viewer (JENKINS-41083)
- The syntax for creating config files is changing, see Migration
- Most classes and related methods for creating config files are deprecated, see Migration
- Support for the older versions of the GitLab Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.49, see Migration
- 1.57 (January 15 2017)
- Updated optional Config File Provider Plugin dependency to version 2.15.4 (JENKINS-40943)
- Allow
DashboardPortletContext
to be extended (#981) - Show more available method signatures in embedded API viewer (#982)
- Fixed compatibility issue with Ruby Runtime Plugin (JENKINS-39193, JENKINS-39807)
- Version 0.12 of the Ruby Runtime Plugin is no longer deprecated since 0.13 has several issues (JENKINS-37353, JENKINS-37771, JENKINS-38145)
- Support for the older versions of the Rbenv Plugin is deprecated, see Migration
- 1.56 (January 06 2017)
- Fixed support for Config File Provider Plugin (JENKINS-40797)
- Enhanced support for the Extra Columns Plugin (#978)
- Enhanced support for the SSH Agent Plugin (#980)
- Support for the older versions of the SSH Agent Plugin is deprecated, see Migration
- 1.55 (January 03 2017)
- Updated optional Config File Provider Plugin dependency to version 2.15 (JENKINS-39769)
- Updated optional Managed Scripts Plugin dependency to version 1.3
- Use Groovy Shell instead of Groovy Script Engine to run DSL scripts, see Migration (#976)
- 1.54 (December 24 2016)
- Enhanced support for the S3 Plugin (#953)
- Enhanced support for the Delivery Pipeline Plugin (#956)
- Enhanced support for the Git Plugin (#958)
- Enhanced support for the GitHub Branch Source Plugin (#969)
- Enhanced support for the PostBuildScript Plugin (#973)
- Enhanced support for the Maven build step (JENKINS-40636)
- Changed embedded API Viewer to work without Internet connectivity (JENKINS-40205)
- Improved error message when a plugin is missing (JENKINS-40601)
- The short URL for the embedded API Viewer (http://localhost:8080/plugin/job-dsl/api-viewer) is deprecated, see Migration
- Fixed problem with GitHub Branch Source Plugin (JENKINS-40191)
- Added a workaround for a problem with XStream conversion (JENKINS-40130)
- Support for the S3 Plugin is deprecated, see Migration
- Support for the older versions of the Delivery Pipeline Plugin is deprecated, see Migration
- Support for the older versions of the GitHub Branch Source Plugin is deprecated, see Migration
- The class
javaposse.jobdsl.plugin.JobDslPlugin
is deprecated, see Migration - Removed most things that have been deprecated in 1.47, see Migration
- Removed anything that has been deprecated in 1.48, see Migration
- 1.53 (November 08 2016)
- Enhanced support the Config File Provider Plugin (JENKINS-38637)
- Enhanced support for the Git Plugin (JENKINS-39558)
- Allow
GString
as argument type for dynamic DSL (JENKINS-39153) - The XML configuration for jobs and folders will only be generated once (JENKINS-39417)
- Fixed a problem with relative job names (JENKINS-39137)
- Added "Next Launch" and "Next Possible Launch" columns for Next Executions Plugin (#940)
- Overriding job, folder or view names is deprecated, see Migration
- Deprecated unnecessary option in GitHub branch source context (JENKINS-39146)
- 1.52 (October 17 2016)
- Increased the minimum supported Jenkins version to 1.642
- Enhanced support for the Exclusion Plugin (JENKINS-36683)
- Enhanced support for the Git Plugin (#930)
- Enhanced support for the Multijob Plugin (#929)
- Enhanced support for the JUnit Plugin (#928)
- Added an option to mark a seed job build as failed if a plugin must be installed or updated to support all feature used in DSL scripts (JENKINS-37417)
- Added an option to mark a seed job build as unstable when using deprecated features (JENKINS-37418)
- Allow
CredentialsBindingContext
to be extended (#920) - Fixed problem with embedded API viewer (JENKINS-38456, JENKINS-38964)
- Sort generated items by name on the seed job's summary and build pages (JENKINS-38648)
- Support for the older versions of the Git Plugin is deprecated, see Migration
- Support for the older versions of the Multijob Plugin is deprecated, see Migration
- Support for the older versions of the Exclusion Plugin is deprecated, see Migration
- Support for the RunDeck Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.45, see Migration
- 1.51 (September 13 2016)
- Enhanced support for the RunDeck Plugin (#885)
- Fixed compatibility issue with Ruby Runtime Plugin (JENKINS-37422)
- Fixed problem with embedded API viewer when no default Update Center is used (JENKINS-37103)
- Fixed problem with whitespace in additional classpath (#911)
- Improved performance for embedded API viewer with caching, compression and conditional GET requests
- Support for the older versions of the RVM Plugin is deprecated, see Migration
- Support for the older versions of the Ruby Runtime Plugin is deprecated, see Migration
- Support for the older versions of the RunDeck Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.44, see Migration
- 1.50 (August 17 2016)
- Fixed regression when updating views (JENKINS-37450)
- Removed unnecessary transitive dependencies to
xmlpull:xmlpull
andxpp3:xpp3_min
- 1.49 (August 16 2016)
- Enhanced support for the Sauce OnDemand Plugin (JENKINS-36370)
- Enhanced support for the HTTP Request Plugin (#879)
- Enhanced support for the Gradle Plugin (JENKINS-33093)
- Enhanced support for the Extra Columns Plugin (#882)
- Enhanced support for the Groovy Postbuild Plugin (#884)
- Allow extensions for job view filters (#896)
- Updated Structs Plugin dependency to version 1.2
- Improved support for [[Dynamic DSL]]: print deprecation warnings and show deprecated methods in API viewer
- Added symbol to allow nicer pipeline syntax, see Use Job DSL in Pipeline scripts (JENKINS-36768)
- Improved script processing performance (JENKINS-37138)
- Added a
SEED_JOB
script variable which provides access to the seed job, see Job DSL Commands - Fixed issues with embedded API Viewer (#886)
- Fixed compatibility with Pipeline Snippet Generator (JENKINS-36502)
- Deprecated the
scriptLocation
property of theExecuteDslScripts
build step, see Migration - Improved error message when trying to change the type of a view (#888)
- Removed anything that has been deprecated in 1.42, see Migration
- Removed anything that has been deprecated in 1.43, see Migration
- 1.48 (June 24 2016)
- Added option to ignore missing DSL script files or empty wildcards (JENKINS-34060)
- Improved support for the Build-timeout Plugin (JENKINS-35228)
- Enhanced support for the Flexible Publish Plugin (JENKINS-34282)
- Enhanced support for the Throttle Concurrent Builds Plugin (JENKINS-32631)
- Enhanced support for the Release Plugin (JENKINS-33341)
- Enhanced support for the Subversion Plugin (JENKINS-34091)
- Enhanced support for the Delivery Pipeline Plugin (#863, #872)
- Made
ExecuteDslScripts
build step compatible with Pipeline Plugin (JENKINS-35282) - Several classes and some constructors have been deprecated, see Migration
- Removed optional dependency to CloudBees Folders Plugin
- Removed anything that has been deprecated in 1.41, see Migration
- 1.47 (May 24 2016)
- Improved support for [[Testing DSL Scripts]] (JENKINS-29091)
- Allow extensions for views (JENKINS-29510)
- Enhanced support for the CloudBees Folders Plugin (JENKINS-31488)
- Enhanced support for the Parameterized Trigger Plugin (JENKINS-34552)
- Enhanced support for the Branch API Plugin (#846)
- Enhanced support for the Copy Artifact Plugin (JENKINS-34720)
- Enhanced support for the Run Condition Plugin (JENKINS-34941)
- Enhanced support for the Gitlab Plugin (JENKINS-34534)
- Fixed support for the Violations Plugin (JENKINS-26086)
- Support for the Slack Plugin is deprecated, see Migration (JENKINS-34124)
- Support for HipChat Plugin is deprecated, see Migration (JENKINS-32502)
- Support for the older versions of the Gitlab Plugin is deprecated, see Migration
- Added
pipelineJob
andmultibranchPipelineJob
as replacements forworkflowJob
andmultibranchWorkflowJob
, see Migration (JENKINS-33325) - The enum
javaposse.jobdsl.dsl.helpers.step.condition.FileExistsCondition.BaseDir
is deprecated, see Migration
- 1.46 (May 08 2016)
- Increased the minimum supported Jenkins version to 1.625
- Added support for [[Dynamic DSL]] (#816)
- Integrated the API Viewer into the plugin (#822)
- Added a plugin dependency to the Structs Plugin
- Added support for the Maven Info Plugin (JENKINS-32196)
- Added support for the Log Parser Plugin (JENKINS-33795)
- Added support for the Jython Plugin (JENKINS-33881)
- Added support for the Job Exporter Plugin (JENKINS-33882)
- Added support for the Phing Plugin (JENKINS-33887)
- Added support for the MSBuild Plugin (JENKINS-33825)
- Added support for the CloudBees GitHub Branch Source Plugin
- Added support for the Wall Display Plugin (#830)
- Enhanced support for the Dashboard View Plugin (#824)
- Enhanced support for the Git Plugin (JENKINS-33967, JENKINS-33968)
- Enhanced support for the Copy Artifact Plugin (JENKINS-34360)
- Enhanced documentation for the Gerrit Trigger Plugin (JENKINS-30323)
- Enhanced support for the JIRA Plugin (#834)
- Removed anything that has been deprecated in 1.40, see Migration
- Changed the behavior of the
currentJobParameters
method in thephaseJob
context, see Migration (#836)
- 1.45 (April 05 2016)
- Added support for the CMake Plugin (JENKINS-33829)
- Added support for the JIRA Plugin (JENKINS-31545)
- Added support for the BuildResultTrigger Plugin (JENKINS-33463)
- Enhanced documentation for the Git Plugin (JENKINS-33482)
- Enhanced support for the SonarQube Plugin (JENKINS-33792)
- Enhanced support for xUnit Plugin (#725)
- Enhanced support for the View Job Filters Plugin and the Release Plugin (JENKINS-33416, JENKINS-33675)
- Enhanced support for Maven Project Plugin (JENKINS-33823)
- Enhanced support for the Extra Columns Plugin (JENKINS-32785, JENKINS-33676, JENKINS-33677)
- Improved script execution performance by re-using script engines (#782)
- Enhanced support for the Git Plugin (#790)
- Enhanced support for the Priority Sorter Plugin (JENKINS-29678)
- Enhanced support for the CloudBees Docker Build and Publish Plugin (JENKINS-33439)
- Allow
EnvironmentVariableContributorsContext
to be extended (JENKINS-32742) - Added a
__FILE__
script variable containing the script location (JENKINS-25935) - Support for the older versions of the CloudBees Docker Build and Publish Plugin is deprecated, see Migration
- Support for Build Node Column Plugin is deprecated, see Migration
- Support for the older versions of the Priority Sorter Plugin is deprecated, see Migration
- Enhanced support for the EnvInject Plugin (#747)
- Deprecated a method for the EnvInject Plugin, see Migration
- Add support for the Git Chooser Alternative Plugin (JENKINS-33782)
- Removed anything that has been deprecated in 1.39, see Migration
- 1.44 (March 11 2016)
- Added support for the Mattermost Plugin (JENKINS-32764)
- Added support for the P4 Plugin (JENKINS-32391)
- Enhanced support for the Lockable Resources Plugin (JENKINS-32906)
- Enhanced support for the IRC Plugin and the Jabber Plugin (#770)
- Enhanced support for the Pipeline Plugin (JENKINS-32678)
- Enhanced support for the Git Plugin (#753, #767, #769)
- Enhanced support for the Mask Passwords Plugin (#755)
- Enhanced support for Maven Project Plugin (JENKINS-33359)
- Fixed a problem with relative job names (JENKINS-32995)
- Fixed a problem with multiple nodes generated by configure blocks (JENKINS-32941)
- Fixed documentation for Git Plugin (JENKINS-33176)
- Added a method to allow instantiating contexts from an extension (JENKINS-32912)
- Log warning when script name collides with package name (JENKINS-32628)
- Support for the older versions of the Lockable Resources Plugin is deprecated, see Migration
- Support for the older versions of the IRC Plugin is deprecated, see Migration
- Deprecated a method for the Perforce Plugin, see Migration
- Deprecated several methods for the Git Plugin, see Migration
- Deprecated the
WithXmlAction
class, see Migration - Removed a method in
JobManagement
interface, see Migration - Moved two classes, see Migration
- Removed anything that has been deprecated in 1.38, see Migration
- 1.43 (February 13 2016)
- Add support for the Emotional Jenkins Plugin (JENKINS-32907)
- Added support for the Clover PHP Plugin (JENKINS-31557)
- Allow
BuildParametersContext
to be extended (JENKINS-32285) - Enhanced support for the CloudBees Docker Custom Build Environment Plugin (JENKINS-32363)
- Enhanced support for the Email-ext Plugin (JENKINS-28986, JENKINS-30542, JENKINS-32131)
- Enhanced support for the SonarQube Plugin (JENKINS-32419)
- Enhanced support for the JaCoCo Plugins (#729)
- Enhanced support for the RunDeck Plugin (#493)
- Enhanced support for the JUnit Plugin (#734)
- Fixed support for the Static Code Analysis Plugins (#724)
- Fixed support for scripts in directories when using the command line runner (#740)
- Fixed NPE when checking available permissions (JENKINS-32598)
- Enhanced support for the Notification Plugin (#741)
- Built-in support for the GitHub Pull Request Builder Plugin is deprecated, see Migration (JENKINS-31214)
- Support for the older versions of the CloudBees Docker Custom Build Environment Plugin is deprecated, see Migration
- Support for the older versions of the RunDeck Plugin is deprecated, see Migration
- Support for the older versions of the JUnit Plugin is deprecated, see Migration
- Support for the older versions of the Notification Plugin is deprecated, see Migration
- Deprecated some methods in
JobManagement
interface, see Migration - Removed anything that has been deprecated in 1.36, see Migration
- Removed anything that has been deprecated in 1.37, see Migration
- 1.42 (January 05 2016)
- Added support for the Dashboard View Plugin (JENKINS-29146)
- Added support for the Workflow Multibranch Plugin (JENKINS-31671, JENKINS-31719)
- Added support for the JSLint Plugin (JENKINS-32195)
- Enhanced support for the PostBuildScript Plugin (JENKINS-31853)
- Support for the older versions of the PostBuildScript Plugin is deprecated, see Migration
- Fixed documentation for the M2 Release Plugin (JENKINS-32135)
- Added support for the SeleniumHQ Plugin (JENKINS-31887)
- Added support for the Selenium HTML Report Plugin (JENKINS-31886)
- Added support for the NAnt Plugin (JENKINS-31883)
- Added support for the GitLab Plugin (JENKINS-31789)
- Added support for the Ruby Metrics Plugin (JENKINS-31830)
- Added support for the DOS Trigger Plugin (JENKINS-31879)
- Enhanced support for the Flexible Publish Plugin (JENKINS-30010)
- Enhanced support for the Task Scanner Plugin (JENKINS-30543)
- Support for the older versions of the Task Scanner Plugin is deprecated, see Migration
- Changed the DSL syntax for
flexiblePublish
, see Migration - Check DSL scripts for existence (JENKINS-30541)
- Enhanced support for the Build Flow Plugin (JENKINS-30201)
- Removed anything that has been deprecated in 1.35, see Migration
- 1.41 (December 15 2015)
- Added support for the WebLogic Deployer Plugin (JENKINS-21880)
- Added support for the Mantis Plugin (JENKINS-31911)
- Added support for the Gatling Plugin
- Added support for the Cucumber Test Result Plugin (JENKINS-31815)
- Added support for the Ruby Plugin (JENKINS-31783)
- Added support for the BitBucket Plugin (JENKINS-31788)
- Added support for the Subversion Tagging Plugin (JENKINS-31784)
- Added support for the XShell Plugin (JENKINS-31512)
- Added support for the Ownership Plugin (JENKINS-31531)
- Added support for the Build Failure Analyzer Plugin (JENKINS-31544)
- Added support for the SLOCCount Plugin (JENKINS-29740)
- Added support for the Cucumber Reports Plugin (JENKINS-31762)
- Support for the older versions of the CloudBees Folders Plugin is deprecated, see Migration
- Support for the older versions of the Jabber Plugin is deprecated, see Migration
- Enhanced support for the Run Condition Plugin (JENKINS-31581)
- Enhanced support for the vSphere Cloud Plugin (JENKINS-31818)
- Enhanced support for the Jabber Plugin (#697)
- Fixed support for the Run Condition Plugin (JENKINS-31604)
- 1.40 (November 08 2015)
- Increased the minimum supported Jenkins version to 1.609
- Added support for the Sauce OnDemand Plugin
- Added support for the Matrix Combinations Plugin
- Added support for the Managed Scripts Plugin
- Enhanced support for the GitHub Plugin (JENKINS-29849)
- Enhanced support for Maven Project Plugin (JENKINS-30544)
- Enhanced support for the Multijob Plugin (JENKINS-30760)
- Enhanced support for the Copy Artifact Plugin (JENKINS-31387)
- Enhanced support for the Git Plugin (#645)
- Enhanced support for the GitHub Pull Request Builder Plugin
- Fixed a problem with deprecation warnings (JENKINS-30826)
- Fixed a problem with the Build Pipeline Plugin (JENKINS-31427)
- Allow
@DslExtensionMethod
annotated methods to returnnull
to not contribute to the job configuration - Allow
DownstreamTriggerParameterContext
to be extended (JENKINS-31111) - Added support for the TestNG Plugin (JENKINS-30895)
- Added workaround for GROOVY-6263 to
WorkspaceCleanupContext
- Added workaround for JENKINS-31366
- Added support for the SSH Plugin (JENKINS-30957)
- Set default runner for
conditionalSteps
(JENKINS-31373) - Enhanced support for the Gradle Plugin (JENKINS-31264)
- Support for older versions of the Gradle Plugin is deprecated, see Migration
- Support for older versions of the HTML Publisher Plugin is deprecated, see Migration
- Removed anything that has been deprecated in 1.33, see Migration
- Removed anything that has been deprecated in 1.34, see Migration
- 1.39 (October 05 2015)
- Increased the minimum supported Jenkins version to 1.596
- Added support for the ZenTimestamp Plugin
- Added support for the CloudBees Docker Build and Publish Plugin (JENKINS-29600)
- Added support for remote trigger authentication token
- Added support for the ArtifactDeployer Plugin
- Added support for the CloudBees Docker Custom Build Environment Plugin
- Enhanced support for the Subversion Plugin
- Enhanced support for the xUnit Plugin
- Enhanced support for the Parameterized Trigger Plugin
- Enhanced support for the vSphere Cloud Plugin
- Enhanced support for the SonarQube Plugin
- Enhanced support the Config File Provider Plugin (JENKINS-30493)
- Changed support for the Multijob Plugin, see Migration (JENKINS-27921)
- Support for older versions of the Subversion Plugin is deprecated, see Migration
- Support for older versions of the Parameterized Trigger Plugin is deprecated, see Migration
- Support for the JSHint Checkstyle Plugin is deprecated, see Migration
- Fixed
StackOverflowError
when usingdownstreamParameterized
publisher (JENKINS-30504) - Fixed problem with additional classpath (JENKINS-30348)
- Allow to abort DSL processing
- Improved console output
- Added support for the Cron Column Plugin
- Added support for the Progress Bar Column Plugin
- Added support for the Rebuild Plugin
- Added support for the Global Variable String Parameter Plugin
- Added support for the Phabricator Differential Plugin
- The signature of
DslScriptLoader.runDslEngineForParent
has changed, see Migration - Removed implicit star import of
javaposse.jobdsl.dsl.ConfigFileType
in scripts, see Migration - Removed anything that has been deprecated in 1.31, see Migration
- 1.38 (September 09 2015)
- Replaced the [[Job Reference]], [[View Reference]] and [[Folder Reference]] pages by the API Viewer
- Added a collection of [[Talks and Blog Posts]]
- Added support for Crittercism dSYM Plugin (JENKINS-29501)
- Added support for the ShiningPanda Plugin
- Enhanced support for the Active Choices Plugin
- Enhanced support for the Credentials Plugin
- Enhanced support for the GitHub Pull Request Builder Plugin
- Enhanced support for the Delivery Pipeline Plugin (JENKINS-30221)
- Enhanced support for the Parameterized Trigger Plugin (JENKINS-29662, JENKINS-29801)
- Enhanced support for the Parameterized Remote Trigger Plugin (JENKINS-29531)
- Enhanced support for the S3 Plugin
- Added documentation about [[handling credentials]]
- Fixed a problem with
ScmContext
and the extension point (JENKINS-29972) - Deprecated some overloaded DSL methods for the Parameterized Trigger Plugin, see Migration
- Passing parameters to jobs has been changed, see Migration
- Support for older versions of the Parameterized Trigger Plugin is deprecated, see Migration
- Support for the older versions of the GitHub Pull Request Builder Plugin is deprecated, see Migration
- Increased the minimum supported Jenkins version to 1.580
- Increased the minimum required version of the Config File Provider Plugin (JENKINS-30013)
- Added support for the Ivy Plugin (JENKINS-29910)
- Removed anything that has been deprecated in 1.30, see Migration
- 1.37 (August 08 2015)
- Added support for the Clang Scan Build Plugin (JENKINS-29505)
- Enhanced support for the Groovy Postbuild Plugin (JENKINS-29500)
- Enhanced support for the Multijob Plugin
- Enhanced support for the Git Plugin (JENKINS-29347)
- Fixed problem with methods in build scripts (JENKINS-29862)
- Support for older versions of the Multijob Plugin is deprecated, see Migration
- Support for older versions of the Git Plugin is deprecated, see Migration
- Support for older versions of the Groovy Postbuild Plugin is deprecated, see Migration
- 1.36 (August 06 2015)
- Added support for the Compress Build Log Plugin
- Added support for the Active Choices Plugin
- Enhanced support for the xUnit Plugin (JENKINS-29753)
- Enhanced support for the Run Condition Plugin (JENKINS-29503)
- Added support for the Slack Plugin
- Added support for the Heavy Job Plugin (JENKINS-29499)
- Enhanced support for the Folders Plugin (JENKINS-29498)
- Enhanced support for the Debian Package Builder Plugin (JENKINS-29502)
- Enhanced support for the Build Blocker Plugin (JENKINS-29629)
- Enhanced support for the Matrix Project Plugin (JENKINS-29375)
- Removed automatic IDE support for IDEA, must be provided separately, see [[IDE Support]] (JENKINS-29668, JENKINS-29669)
- Improved error logging (JENKINS-16354)
- Fixed support for the Parameterized Trigger Plugin (JENKINS-24851)
- Support for the older versions of the Build Blocker Plugin is deprecated, see Migration
- Support for arbitrary script names has been deprecated, see Migration
- Some methods in
AbstractJobManagement
have been deprecated and the exception handling has changed, see Migration - The
getCredentialsId
method inJobManagement
has been deprecated, see Migration - Removed support for the
@Grab
and@Grapes
annotations, see [[Migration|Migration#migrating-to-129]] - Removed anything that has been deprecated in 1.29, see Migration
- 1.35 (July 01 2015)
- Added support for the Build Flow Test Aggregator Plugin (JENKINS-28851)
- Added support for the Join Plugin (JENKINS-28985)
- Added support for the Fail The Build Plugin
- Added closure method for logRotator
- Allow to extend the trigger context (JENKINS-28562)
- Enhanced DSL support for the Job DSL plugin
- Fixed problem when deleting views from already deleted folder (JENKINS-28458)
- Fixed Parameterized Trigger Plugin build step (JENKINS-28353)
- Fixed problem with implementing the extension point (JENKINS-28408)
- Provide better error message when trying to move a job into a non-existing folder (JENKINS-29100)
- Fixed problem that caused a changing order of elements not to trigger a job update (JENKINS-29107)
- Fixed support for multi-job phases in conditional build steps
- Introduced nested steps context for conditional build steps and deprecated direct use of build steps in conditional build steps, see [[Migration]]
- Enhanced support for the HTML Publisher Plugin (JENKINS-28564)
- Enhanced support for the Config File Provider Plugin
- Enhanced support for the GitHub Pull Request Builder Plugin
- Enhanced support for the Git Plugin (JENKINS-28405)
- Enhanced support for Matrix Authorization Strategy Plugin (JENKINS-27320)
- Removed unnecessary update of Jenkins project dependency graph
- Enhanced support for Maven Project Plugin (JENKINS-29070, JENKINS-29110)
- Added support for the latest version of the S3 Plugin (JENKINS-26561)
- Added documentation for [[IDE Support]]
- Added documentation about logging
- Write output files for
FileJobManagment
to the same directory as the input files - Fixed
FileJobManagement
to create missing folders (JENKINS-27124) - Support for the older versions of the Matrix Authorization Strategy Plugin is deprecated, see [[Migration]]
- Support for the older versions of the S3 Plugin is deprecated, see [[Migration]]
- Support for the older versions of the GitHub Pull Request Builder Plugin is deprecated, see [[Migration]]
- Support for the older versions of the Maven Project Plugin is deprecated, see [[Migration]]
- Removed anything that has been deprecated in 1.27, see Migration (JENKINS-27492)
- Removed anything that has been deprecated in 1.28, see Migration
- 1.34 (May 08 2015)
- Enhanced support for the Publish Over SSH Plugin (JENKINS-26636)
- Fixed XML encoding issue when using a single conditional build step (JENKINS-28308)
- Fixed issue with multiple (script) parameters for Groovy build steps (JENKINS-28310)
- Deprecated an undocumented variant of the
runner
method inconditionalSteps
context, see [[Migration]]
- 1.33 (May 07 2015)
- Enhanced support for the Git Plugin (JENKINS-27891, JENKINS-28264)
- Added support for the Build Publisher Plugin
- Added support for the Naginator Plugin
- Added support for the Sidebar-Link Plugin
- Added support for the Custom Job Icon Plugin
- Added support for "Build after other projects are built" trigger
- Added more options for
archiveArtifacts
- The
latestOnly
option ofarchiveArtifacts
is deprecated, see [[Migration]] - Enhanced support for the Robot Framework Plugin
- Enhanced support for RunDeck Plugin
- Enhanced support for the Mercurial Plugin
- Support for the older versions of the Mercurial Plugin is deprecated, see [[Migration]]
- Enhanced support for the Flexible Publish Plugin
- Support for the older versions of the Flexible Publish Plugin is deprecated, see [[Migration]]
- Enhanced support for the Copy Artifact Plugin (JENKINS-27838, JENKINS-27894)
- Enhanced support for the GitHub Pull Request Builder Plugin (JENKINS-27932)
- Support for the older versions of the Copy Artifact Plugin is deprecated, see [[Migration]]
- Enhanced support for the Robot Framework Plugin
- Support for the older versions of the Robot Framework Plugin is deprecated, see [[Migration]]
- Variants of
copyArtifacts
with more than two parameters have been replaced and are deprecated, see [[Migration]] - Added a Jenkins extension point for adding DSL methods
- Added support for HipChat Plugin
- Added support for uploading user conent
- Increased the minimum supported Jenkins version to 1.565 (JENKINS-28167)
- 1.32 (April 07 2015)
- Added support for PowerShell Plugin (JENKINS-27820)
- Fixed problem with publishers in Maven jobs (JENKINS-27767)
- 1.31 (April 04 2015)
- Added support for Categorized Jobs View
- Added support for Build Node Column Plugin
- Added support for Pre-SCM Build Step Plugin
- Added support for Sonar Plugin
- Added support for Debian Package Builder Plugin
- Added support for Plot Plugin
- Added support for Git Parameter Plugin
- Added
recurse
option for list views - Added
ignorePostCommitHooks
option for SCM trigger - Added
commentFilePath
option for GitHub Pull Request Builder Plugin - Added "Configure Project" column for Extra Columns Plugin
- Added support for PostBuildScript Plugin
- Added support for Xvfb Plugin
- Enhanced support for the Credentials Binding Plugin
- Enhanced support for the Multijob Plugin
- Enhanced support for the NodeJS Plugin
- Enhanced support for the Maven Project Plugin
- Enhanced support for the Description Setter Plugin
- Enhanced support for (Cloudbees Folders Plugin)
- Support all available permissions (JENKINS-16365)
- Deprecated the Permissions enum, see [[Migration]]
- The
tagFilterRegex
argument oflistTagsParam
can be null or empty - The enum argument of
localRepository
for the Maven job and context has changed, see [[Migration]] - Support for the older versions of the Multijob Plugin is deprecated, see [[Migration]]
- The views closure of the nested view type has been changed, see [[Migration]]
- Removed anything that has been deprecated in 1.26, see Migration
- 1.30 (March 08 2015)
- Added support for Custom Tools Plugin
- Added support for Flaky Test Handler Plugin
- Added configure block to the Multijob job context
- Added strategy option for the Git Plugin
- Added strategy build chooser for the Gerrit Trigger
- Enhanced support for the Subversion Plugin
- Added
abortBuild
action for the Build Timeout - Deprecated the
failBuild
action with a boolean parameter for the Build Timeout, see [[Migration]] - Deprecated the
javaposse.jobdsl.dsl.helpers.wrapper.WrapperContext.Timeout
enum, see [[Migration]] - Added support for label parameters from the NodeLabel Parameter Plugin
- Added populateToolInstallations and overrideBuildVariables options for the EnvInject Plugin
- Added groovy option in the wrappers context for the EnvInject Plugin
- Fixed the
notifySuspects
option for the Jabber Plugin - Fixed
extendedEmail
configure block resolve strategy (JENKINS-27063) - Deprecated some overloaded DSL methods for the Jabber Plugin, see [[Migration]]
- Introduced new factory methods and deprecated the generic factory and
name
methods, see [[Migration]] - Finding credentials by description is deprecated, see [[Migration]]
- 1.29 (February 05 2015)
- Show seed job and template job info in the generated jobs
- Added CoreMirror support for the DSL script input field
- Added support for renaming existing Jobs based on a regular expression
- Added support for the Repository Connector Plugin
- Added support for the Workflow Plugin
- Added support for the View Job Filters Plugin
- Enhanced support for the Parameterized Remote Trigger Plugin
- Enhanced support for the Claim Plugin
- Enhanced DSL support for the Job DSL plugin
- Fixed support for JARs in the "Additional classpath" option of the "Process Job DSLs" build step
- Allow Ant-style patterns in the "Additional classpath" option of the "Process Job DSLs" build step
- Support for the
@Grab
and@Grapes
annotations is deprecated, see [[Migration]] - Deprecated
perModuleEmail
option for Maven jobs (JENKINS-26284) - Removed deprecated build timeout methods, see [[Migration|Migration#migrating-to-124]]
- 1.28 (January 01 2015)
- Added support for the Credentials Binding Plugin
- Added support for the HTTP Request Plugin
- Added support for the Build Monitor Plugin
- Added support for the Publish Over SSH Plugin
- Added support for the Team Concert Plugin
- Enhanced support for the Config File Provider Plugin
- Added allow missing option for the HTML Publisher Plugin
- Added clone timeout option for the Git Plugin
- Support more trigger for Email-ext Plugin
- Fixed documentation for the Release Plugin (JENKINS-25945)
- Fixed
copyArtifacts
build step for matrix jobs, minimum supported version of Copy Artifact Plugin raised to 1.26 - Allow the Job DSL build step to be used as conditional build step (JENKINS-25961)
- Allow views to be deleted (JENKINS-26152)
- The non-closure variants of the
report
methods in thepublishHtml
context are deprecated, see [[Migration]] - Set return type for most DSL methods to void, see [[Migration]]
- Moved
Context
andContextHelper
to packagejavaposse.jobdsl.dsl
, see [[Migration]]
- 1.27 (December 05 2014)
- Added support for the Rbenv Plugin
- Added support for the NodeJS Plugin
- Added support for the Golang Plugin
- Added more support for the Gradle Plugin
- Added
forcePush
option for Git Publisher - Improved build step console output
- added
entries
method inpublishScp
closure to add multiple entries - The context helper classes have been removed
- Top-level
permission
methods are deprecated, see [[Migration]] pattern
method inarchiveArtifacts
closure can be called multiple times to collect patterns- Added a no parameter variant of
colorizeOutput
to match documentation. - The
name
method with a closure parameter in thejob
closure is deprecated, see [[Migration]] - Fixed time condition for Run Condition Plugin
- 1.26 (October 04 2014)
- Support for "Pipeline starts with parameters" for Build Pipeline Plugin
- Support for Build User Vars Plugin
- Support for Test Stability Plugin
- Support for Mask Passwords Plugin
- Support for Analysis Collector Plugin
- Support for Delivery Pipeline Plugin
- Support for Notification Plugin
- Allow to merge more than one branch with Git SCM
- Support for S3 Plugin
- Removed unnecessary undocumented methods in Gerrit trigger (JENKINS-24787)
- Short names in the Gerrit trigger event closure have been replaced by DSL methods, see [[Migration]]
- The
archiveJunit
method with boolean arguments has been deprecated, see [[Migration]] - The
xvnc
method with boolean arguments has been deprecated, see [[Migration]] - Support to specify the xAuthority file option of the Xvnc Plugin
javaposse.jobdsl.dsl.helpers.step.AbstractStepContext
has been removed, see [[Migration]]- Fixed endless recursion when calling
properties
in configure blocks (JENKINS-22708) - Support for Flexible Publish Plugin
- Support for Any Build Step Plugin
- Support to specify the Stash browser URL for the Git Plugin
- Partial support for NodeLabel Parameter Plugin
- Increased minimum supported Jenkins core version to 1.509.3
- 1.25 (September 01 2014)
- Dropped support for Java 5, Java 6 or later is required at runtime
- Support for Rake Plugin
- Support for Lockable Resources Plugin
- Support for vSphere Cloud Plugin
- Support for Sectioned View Plugin
- Support for M2 Release Plugin
- Support for Nested View Plugin
- Support for Config File Provider Plugin
- Support more options of the Multijob Plugin
- Added option to add classpath entries for Job DSL runs
- Added localBranch option for Git SCM
- Added method to read a file from any job's workspace
- Fixed workspace cleanup external delete command (JENKINS-24231)
- Fixed Build Timeout Plugin no activity timeout (JENKINS-24258)
- Fixed alwaysRun and neverRun conditions (JENKINS-24510)
- 1.24 (July 05 2014)
- Support for Build Name Setter Plugin
- Support for RunDeck Plugin
- Support for ClearCase Plugin
- Support for Keychains and Provisioning Profiles Plugin
- Support for xUnit Plugin
- Support for Batch Task Plugin
- Support for Matrix Projects
- Extend support for Build Timeout
- Added option for treating job names relative to the seed job
- Added pruneBranches option for Git SCM
- Fixed ClassCastException when removing folder (JENKINS-23289)
- Fixed GerritContext not honoring default settings (JENKINS-23318)
- Moved PerforcePasswordEncryptor to javaposse.jobdsl.dsl.helpers.scm package
- Support for Exclusion Plugin
- 1.23 (May 23 2014)
- Added support for injecting globally defined passwords (EnvInject Plugin)
- Added file name to exception message when reading missing workspace files (JENKINS-23006)
- Fixed behavior when creating Jabber targets that are not group chats (JENKINS-23090)
- Create and update folders (Cloudbees Folders Plugin)
- Allow to create or update views within folders
- Removed multiscm limit
- Fixed support for the Description Setter Plugin
- new parameter for CopyArtifact's StatusBuildSelector to consider only stable builds
- Limited Extra Columns Plugin support
- Flowdock Plugin
- More conditions for the Conditional BuildStep Plugin supported
- Initial support for the Stash Notifier Plugin
- Support for LogFileSizeChecker Plugin
- Support for Maven Deployment Linker Plugin
- Added support for parameterized manual jobs for the Build Pipeline Plugin
- Support for Workspace Cleanup Plugin
- 1.22 (Apr 05 2014)
- Fixed support for the Conditional BuildStep Plugin
- Github Pull Request Builder Plugin
- Workspace Cleanup Plugin
- Parameterized Remote Trigger Plugin
- Git Publisher
- Support for the
changeBuildStatus
element for Jacoco Code Coverage publisher - Jenkins Release Plugin
- Support for buildnumbers as strings in Copy Artifacts
- 1.21 (Mar 06 2014)
- Build Flow job type
- Execute concurrent builds job option
- Github Commit Notifier publisher
- Build Pipeline Plugin
- Views
- Publish Robot Framework reports
- Templates within folders can be used
- Tool Environment Plugin
- 1.20 (Jan 27 2014)
- Allow to set the Maven installation
- Maven step supports more options
- Maven pre/post build steps supported
- Conditional BuildStep Plugin
- Added allowEmpty option to archiveArtifacts
- Throttle Concurrent Builds Plugin
- Some implementation classes have been moved to avoid problems with Groovy closures (BREAKING CHANGE, see [[Migration]])
- Parameterized Trigger Plugin for build steps
- Associated Files Plugin
- JSHint Checkstyle Plugin
- Emma Plugin
- Added support for advanced Git SCM options
- Added ItemDiscover, ItemCancel, and ScmTag permissions to the Permissions enum
- 1.19 (Dec 19 2013)
- Javadoc Plugin
- Added support to allow seed jobs in folders. #109
- Groovy Postbuild Plugin
- XVNC Plugin
- Prerequisite Build Step
- Aggregate Downstream Test Results
- Post Build Task
- AnsiColor Plugin
- new wrappers block, containing all build wrapper methods (BREAKING CHANGE, see [[Migration]])
- Timestamper
- JENKINS-20284
- Text Finder
- 1.17
- Static Analysis Plugins (PMD, Checkstyle, Findbugs, DRY, Tasks, CCM, Lint, OWASP Dependency Check, Compiler warnings,
- Description Setter Plugin
- Keep Dependencies and Fingerprinting
- Mailer
- SSH Agent
- General Improvements (Filter for Run Build Parameter, support Folders)
- Isolated Local Maven Repositories
- Node Stalker Plugin
- JaCoCo Plugin
- Claim plugin
- 1.16
- Clone Workspace SCM
- Block on upstream/downstream jobs
- Job DSL Plugin (to create DSL build steps in a job)
- Build Timeout Plugin
- Cobertura Plugin
- Port Allocator Plugin
- RVM Plugin
- URL Trigger
- Better Gerrit support
- SBT Plugin
- Update blockOn call
- [[Help method to read files from the workspace|Job-DSL-Commands#reading-files-from-workspace]]
- Queue jobs after execution of the DSL
- MultiJob Support
- 1.15
- [[@Grab Support|Grab Support]]
- Build Parameters
- GitHub SCM Context
- IRC Publisher
- Environment Variables From Groovy Script
- Priority Sorter Plugin
- 1.14
- Environment Variables
- Groovy Build Steps
- System Groovy Build Steps
- Maven Project Support
- 1.13
- Make it possible to forget generated jobs
- JENKINS-16931, JENKINS-16998
- 1.12
- Copy Artifacts Plugin
- Batch File Build Step
- Violations Publisher Plugin
- 1.11
- Able to specify description
- Build Blocker Plugin
- Downstream Extended - Extended version of downstream that can also pass in complex parameters
- Downstream - Specify a downstream job
- SCP Publisher
- Jabber Publisher - Publish builds to Jabber
- Archive Junit - Archiving the results from JUnit
- Ant - Apache Ant Build Step
- logRotator - How long to keep builds
- publishHtml - Publish HTML Files
- archiveArtifacts - Archive artifacts into the build
- 1.10
- Encrypt P4 Passwords
- Start building onejar
- 1.9
- Fix label() to force canRoam to false
- 1.8
- Bug fixes
- 1.7
- Move to GroovyEngine, to look at Workspace for other Groovy scripts that can be used for re-usable helper classes
- 1.6
- Refactored DSL from Plugin, so that they're in different modules
- 1.5
- Fix for #39
- label() - Assign which labels this job can run on
- timeout(Integer timeoutInMinutes, boolean shouldFailBuild) - Build Timeout Plugin
- chucknorris() - Chuck Norris Plugin
- 1.4
- Parameters and Environment variables are binded to the script and can be used directly
- svn(svnUrl, closure)
- p4(viewspec, user, password, closure)
- 1.3
- Support for Node as argument to div(), meaning that more complex structures can be used in div statements.
- multiscm(closure) - Support multi-scm plugin, alternative to scm tag to allow multiple SCMs
- 1.2
- permissionAll(String userName) - Add all available permissions for a user
- 1.1
- extendedEmail(recipients, subject, content, closure) - Configure email-ext plugin
- gerrit(closure) - Configure Gerrit Trigger plugin
- 1.0
- Initial release