gradle - How to get changelog since last build in Jenkins -


i need include release notes in gradle variable.

how changelog since last build in jenkins, can use them in gradle variable

below line in content section of editable email notification give output of changes last build , changes last successful build.

${changes} 

${changes_since_last_success}


Comments