Compare commits

..

No commits in common. "017984050799d202fd34c3cc9d0cdea5aa7a52b0" and "d8e437297a13e7af1c149d49340de074da6171d1" have entirely different histories.

1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -242,7 +242,7 @@ def appendNotes(repo_notes) {
*/
def appendHeading(name, version, gitRepo, commitID) {
sh("""
echo "### ${name} ${version}" >> $RELEASE_NOTES
echo "## ${name} ${version}" >> $RELEASE_NOTES
echo "Tagged commit: _[${commitID}](${gitRepo}/commit/${commitID})_" >> $RELEASE_NOTES
echo "" >> $RELEASE_NOTES
@ -265,4 +265,4 @@ def parseBuildCommits(def text) {
)
}
return components
}
}