How to get available repository/commit parameters to pass to jenkins?

Recently we received an anonymous feedback via the feedback button (which will be discontinued and soon) in SCM-Manager. With the next release the button will be replaced with a footer link for feature requests.

Question was:

How to get available repository/commit parameters to pass to jenkins? Sth like repository.id or commit.author.mail in doc, how to retrieve this attribute list that I can use?

Answer:
for Jenkins build parameters you can use the repository and the commit. Please also note the inline comments

Here you can find all fields for:

Repository: https://github.com/scm-manager/scm-el-plugin/blob/develop/src/main/java/com/cloudogu/scm/el/env/ImmutableEncodedRepository.java

Commit: https://github.com/scm-manager/scm-el-plugin/blob/develop/src/main/java/com/cloudogu/scm/el/env/ImmutableEncodedChangeset.java

I am closing this topic as there has been no activity for more than 30 days.