Skip to content

Releases: sncf-connect-tech/hesperides-jenkins-lib

v1.1.23 - getDiffPropertiesAsString added

11 Jun 15:33
6dd12f7
Compare
Choose a tag to compare

Added

  • getDiffPropertiesAsString : like getDiffProperties 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

18 Mar 13:00
d81a9d2
Compare
Choose a tag to compare

Fixed

  • handling logicGroupPath starting with a # in putModuleOnPlatform - fix #42 (#43) - thanks @Poil2Q !

v1.1.21 - add cleanUnusedProperties

13 Feb 08:00
347b216
Compare
Choose a tag to compare

Added

  • add cleanUnusedProperties - thanks @Poil2Q !

Changed

Fixed

  • a bug with getDiffProperties: the timetampDate parameter was not handled correctly

v1.1.20 - Fixing MissingContextVariableException

13 Feb 08:00
557068c
Compare
Choose a tag to compare

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 a node {} and a warning is raised.

v1.1.19

16 Oct 07:38
c7f24cb
Compare
Choose a tag to compare

Added

  • getDiffProperties : calls /properties/diff - thanks @JefffLD !

Fixed

  • createPlatform: using POST /applications instead of deprecated POST /applications/$APP/platforms

v1.1.18: Bugfix: remove buggy uses of `.empty` in favour of `.isEmpty` (#30)

16 Oct 07:37
534ae4d
Compare
Choose a tag to compare

Fixed buggy uses of .empty in favour of .isEmpty, cf. JENKINS-50863

Impacted methods: getModulePropertiesForPlatform & updateProperties.

v1.1.17

23 Sep 14:31
95016a6
Compare
Choose a tag to compare

Fixed

Added

  • getTemplates & deleteTemplate

Changed

  • getTemplate now requires a moduleType argument

v1.1.16

22 Jul 09:29
9b1a71b
Compare
Choose a tag to compare

Correction du bug de MAJ des propriétés d'instance : add @NonCPS on method selectModule and selectModules - fix #27 - thanks @brunoMod !

v1.1.15

28 Jun 15:24
08b4375
Compare
Choose a tag to compare

Fixed

Calling a log method that doesn't exist, now using steps.echo

v1.1.14

28 Jun 08:03
748629a
Compare
Choose a tag to compare

Added

  • logs for version ID changes & Set-Cookie header - thanks @thomaslhostis !