-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: analysis-core-plugin
-
None
-
Environment:Jenkins 2.32.3
email-ext-plugin 2.57
warnings-plugin 4.60
I try to reference WARNINGS_RESULT in
Â
pipeline {
.......
post {
  always  {
    emailext (
       body: '''${WARNINGS_RESULT}'''
........
Â
And I get the following in the email:
WARNINGS_RESULT is not supported in this context
Â
I successfully ran WarningsPublisher in a previous step and that information is being posted for the builds.
Â
- relates to
-
JENKINS-41861 New message templates show "is not supported in this context" in Pipeline builds
-
- Resolved
-