-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
When a Jenkins job executes, it sets some environment variables. It would be nice if BZR variables were available. I saw that BZR_REV-NOID and BZR_REVISION are available, but it doesn't look like they currently work.
I would also like to request
BZR_AUTHOR or BZR_COMMITTER
BZR_MESSAGE
Would these be possible to implement?
- is related to
-
JENKINS-4985 Set an env var with the Bzr rev number in the bzr plugin
-
- Closed
-
Does it make sense to add these variables?
A build does not necessarily build only one commit and then there are multiple committers and messages.
It is possible to do it, but is the last or first commit the more relevant?
The solution I think of would not populate these variables in case of build without new commit (launched by a user or other build).