-
Bug
-
Resolution: Fixed
-
Minor
-
None
If VCS checkout/update fails, you can't send emails to job owners since the variables are not injected.
Can I somehow set a default, e.g. an admin, and let every job override it? That would make for a nice workaround in case it's not possible to inject the variables at the start of a build (before code is checked out).
- is related to
-
JENKINS-23948 Set global default job owner
-
- Open
-
-
JENKINS-23947 Make ownership injection default
-
- Closed
-
- links to
[JENKINS-23926] Job Ownership not available if VCS fails
Description |
Original:
If VCS checkout/update fails, you can't send emails to job owners since the variables are not injected. Can I somehow set a default, e.g. an admin, and let every job override it? |
New:
If VCS checkout/update fails, you can't send emails to job owners since the variables are not injected. Can I somehow set a default, e.g. an admin, and let every job override it? That would make for a nice workaround in case it's not possible to inject the variables at the start of a build (before code is checked out). |
Link |
New:
This issue is related to |
Link | New: This issue is related to JENKINS-23948 [ JENKINS-23948 ] |
Hello Hubert,
As a workaround, you could use Token Macro in Mail-Ext plugin.
See wiki for available macro descriptions.
Macros correctly define owners on any build stage.
Best regards,
Oleg Nenashev