Variables that describe a VCS Checkin
I've been searching Google for these variables, but I haven't been able to find/deduce what they would be.
I need the check-in comment and check-in user for the check-in that triggers the build configuration (see image below).
Are there variables for this, or do I need to go down a different path?

Please sign in to leave a comment.
Hi Bucolucas,
do you want to use them from a build step and take the user and comment of the revisions that triggered it (they might be multiple)? Or do you want to get them after the build is finished via the REST API?
For the first case, they aren't exposed as variables, we extract them directly from the revision information from the VCS system. You could do the same via a script.
For the second case, you can use the REST API to pick up the "lastChanges" tag from the build, which should contain most of the information.