fix changelog multiline

This commit is contained in:
cclecle
2023-03-28 00:45:48 +01:00
parent 82d4b1bd70
commit f7ec5d98a7

2
Jenkinsfile vendored
View File

@@ -238,7 +238,7 @@ pipeline {
|LastTag=gitversionhelper.tag.getLastTag(same_branch=True)
|CommitHistory=gitversionhelper.commit.getMessagesSinceTag(LastTag, merged_output=True, ignore_merged=True)
|Changelog = ChangelogFactory(CommitHistory).RenderFullChangelog(include_unknown=True)
|print(Changelog)
|print(Changelog.replace("\\n","\\n\\n")
|
|__EOWRAPPER__
""".stripMargin(),