| Hi Christian Del Monte Thanks for respond. Right now my current scenario looks like: 1. Get date of latest release (by username, message) - git commit date (git log) Filter git log and find those data 2. Get list of merged pull requests after last release Curl -> to bitbucket API pull request with filtering: state: merged destination branch: develop updated_on (Result of step 1) (Check if updated_on is date when PR has been merged) 3. Parse response from Bitbucket API (Retrieve from PR "title" and "id") 4. Integrate output file (data with "title" and "id" after step 3) with Jenkins For me is more important step 4 right now. And the main question is: I will have output text file with all merged pull requests (after 3 steps). How is better to inject it to Jenkins in parametrised field? (showed on attachment release-notes.png) My logic is the next: Such field should have such ID, how to get it? And how is better to do such implementation? Some plugins or is possible via Jenkins API with proper CURL request? I mean to publish data that is specified in some text file directly to parametrised field. Thanks in advance. Regards, Alexander. |