Releases: jenkinsci/JenkinsPipelineUnit
Releases · jenkinsci/JenkinsPipelineUnit
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 torunScript
, returning the return value of runned script. NewloadScript
method only loads the script returning theScript
object without running. Valid forPipelineTestHelper
andBasePipelineTest
APIs. - Breaking API change: Remove boolean parameter from testNonRegression, use -Dpipeline.stack.write=true JVM parameter
- Added assertJ as compile dependency
1.0
0.12
- Support for shared libraries
- Improve method interception
- Better handling against configuration errors
0.11
- 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
- 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