-
Remove println of Gradle version [#19](AOEpeople#19)
-
Support Gradle 4 to 6
-
Support Jenkins 2.121+
-
Support JobDSL 1.76
Release automation failures
-
Fix NPE when using the folders plugin and creating view in folders (contributed by @ajung)
-
jobDslTest task now checks the validity of script filenames (thanks @tomasnorre)
-
Workaround for incomplete artifacts in Jenkins repository
-
Support for declaring Jenkins plugins as file dependencies
-
Fix: Used wrong version of test support lib
-
Removed
run
,runAll
tasks and renamedtestDsl
tojobDslTest
-
Changed test execution mechanism to use a Jenkins test harness
-
Support most recent Job DSL version (1.63)
-
Publish plugin to Gradle Plugin Portal
-
Fix for changed ctor in Runner
-
Fix broken support for DSL extensions
-
Support for Job DSL 1.44 (new default version)
-
Support for access to environment vars in DSL scripts with
testDsl
-
Optionally add default repositories
-
Fix: on first runAll no job configs are created - thanks @luhuec
-
No functionality changed - added docs and released to bintray for the first time
-
Support setups with non default ('src/jobs') base dir - was buggy before
-
Fix broken support for custom dsl extension points
-
Downgrade Groovy to 1.8.9 - this is the Version used by Jenkins
-
Add Spock to testCompile scope
-
Fix pathnames on Windows :P
-
Fix wrong classname on run and runAll tasks
-
Fix big classpath on test-support
-
Initial release with support for run, runAll, testDsl and library manifestation