Releases: sncf-connect-tech/hesperides-jenkins-lib
Releases · sncf-connect-tech/hesperides-jenkins-lib
v1.1.23 - getDiffPropertiesAsString added
Added
getDiffPropertiesAsString
: likegetDiffProperties
but output text and has a parameter to select part of the output: only the "common", "only_left", "only_right" or "differing" field.
Useful to send it by mail or display it in Jenkins console! - thanks @JefffLD !
Minor fix in putModuleOnPlatform
v1.1.21 - add cleanUnusedProperties
Added
- add cleanUnusedProperties - thanks @Poil2Q !
Changed
- using
PUT
instead ofPOST
to update properties, cf. sncf-connect-tech/hesperides#703 - using a
/files
suffix instead of a/files
prefix, cf. sncf-connect-tech/hesperides#760
Fixed
- a bug with
getDiffProperties
: thetimetampDate
parameter was not handled correctly
v1.1.20 - Fixing MissingContextVariableException
Fixed
- a bug introduced in v1.1.19 (due to commit
e451d06
) triggered a
MissingContextVariableException: Required context class hudson.FilePath is missing
error
when the lib is used outside anode {}
and a warning is raised.
v1.1.19
v1.1.18: Bugfix: remove buggy uses of `.empty` in favour of `.isEmpty` (#30)
Fixed buggy uses of .empty in favour of .isEmpty, cf. JENKINS-50863
Impacted methods: getModulePropertiesForPlatform & updateProperties.
v1.1.17
v1.1.16
v1.1.15
Fixed
Calling a log method that doesn't exist, now using steps.echo
v1.1.14
Added
- logs for version ID changes &
Set-Cookie
header - thanks @thomaslhostis !