Skip to content

Releases: jenkinsci/JenkinsPipelineUnit

1.1

25 Aug 19:43
Compare
Choose a tag to compare
1.1
  • Fixes for #34, #40 and #41
  • Breaking API change: The method loadScript (which used to load and run a script by its path) is renamed to runScript, returning the return value of runned script. New loadScript method only loads the script returning the Script object without running. Valid for PipelineTestHelper and BasePipelineTest APIs.
  • Breaking API change: Remove boolean parameter from testNonRegression, use -Dpipeline.stack.write=true JVM parameter
  • Added assertJ as compile dependency

1.0

12 May 10:22
Compare
Choose a tag to compare
1.0
  • Fixes for #17 #19 #21 #28 #33
  • Fix issue with call stack indentation using CPS helper
  • Refactoring to share more code
  • Gradle tasks to help release process

0.12

17 Mar 13:11
Compare
Choose a tag to compare
  • Support for shared libraries
  • Improve method interception
  • Better handling against configuration errors

0.11

17 Feb 15:20
Compare
Choose a tag to compare
  • Gradle wrapper with sources
  • Auto promote to release via gradle
  • Remove pom
  • Fix problem preventing result propagation of closures
  • Improve direct method invocation for found methods (fixes issues for methods with vararg parameters)

0.10

03 Feb 08:17
Compare
Choose a tag to compare
  • Fix for parallel
  • Gradle build and deploy.
  • Alternative script compilation with groovy-cps for better stack diagnosis and testing serialization issues for Jenkins.
  • Build on travis
  • Fix for Groovy doc javadoc jar
  • Apply jacoco
  • Review README content
  • Change junit dependency to test
  • Change project name & package