-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: email-ext-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
One of the parameters I want to set on some of the projects is "who to email
results to". Unfortunately the email plugin:
http://hudson.gotdns.com/wiki/display/JENKINS/Email-ext+plugin
Cannot read environment variables or project parameters that were set by
someone. Would be nice if it could.
- is duplicated by
-
JENKINS-5322 Docs do not make it clear that string variables need double quotes
-
- Closed
-
scott carlson I fail to see why you have problems with pipeline - since pipeline has env available to you - you don't need a special syntax.
So this would be like:
emailext body: 'A Test EMail', subject: 'Test', to: env.YOUR_PARAM
Am I missing something?