[JIRA] (JENKINS-13302) save html file in build before sending

2019-03-28 Thread jinlxz....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Liu commented on  JENKINS-13302  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: save html file in build before sending   
 

  
 
 
 
 

 
 I asked this question in the mailing list of Jenkins user group, I got the answer that the saveOutput option is not supported in pipeline syntax, Victor Martinez opened a issue for it, https://issues.jenkins-ci.org/browse/JENKINS-56794  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-13302) save html file in build before sending

2019-03-28 Thread slide.o....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Earl commented on  JENKINS-13302  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: save html file in build before sending   
 

  
 
 
 
 

 
 Use the snippet generator.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-13302) save html file in build before sending

2019-03-27 Thread jinlxz....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Owen Liu commented on  JENKINS-13302  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: save html file in build before sending   
 

  
 
 
 
 

 
 Hi,  how can I use this option in a pipeline, what is the parameter name?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-13302) save html file in build before sending

2012-05-16 Thread slide.o....@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Slide-O-Mix reassigned JENKINS-13302:
-

Assignee: Slide-O-Mix

 save html file in build before sending
 --

 Key: JENKINS-13302
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13302
 Project: Jenkins
  Issue Type: New Feature
  Components: email-ext
Reporter: Larry Cai
Assignee: Slide-O-Mix
Priority: Minor
  Labels: artifact, email, email-ext, plugin

 before the email (html/txt) is sent out, the file could be saved in current 
 build directory if needed.
 there are two use usage for this
 - check purpose, it could be checked whether the file sent out is correct or 
 not, especially during debug the format (groovy template like), it can avoid 
 wait for the real email in mailbox
 - archive for access in web, mostly newsletter had the statement view in the 
 browser, then when email is send out, there is a link to view it in web.
 Thank to consider this, not code yet 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13302) save html file in build before sending

2012-04-01 Thread larry.ca...@gmail.com (JIRA)
Larry Cai created JENKINS-13302:
---

 Summary: save html file in build before sending
 Key: JENKINS-13302
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13302
 Project: Jenkins
  Issue Type: New Feature
  Components: email-ext
Reporter: Larry Cai
Priority: Minor


before the email (html/txt) is sent out, the file could be saved in current 
build directory if needed.

there are two use usage for this

- check purpose, it could be checked whether the file sent out is correct or 
not, especially during debug the format (groovy template like), it can avoid 
wait for the real email in mailbox
- archive for access in web, mostly newsletter had the statement view in the 
browser, then when email is send out, there is a link to view it in web.

Thank to consider this, not code yet 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13302) save html file in build before sending

2012-04-01 Thread larry.ca...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Larry Cai updated JENKINS-13302:


Labels: artifact email email-ext plugin  (was: )

 save html file in build before sending
 --

 Key: JENKINS-13302
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13302
 Project: Jenkins
  Issue Type: New Feature
  Components: email-ext
Reporter: Larry Cai
Priority: Minor
  Labels: artifact, email, email-ext, plugin

 before the email (html/txt) is sent out, the file could be saved in current 
 build directory if needed.
 there are two use usage for this
 - check purpose, it could be checked whether the file sent out is correct or 
 not, especially during debug the format (groovy template like), it can avoid 
 wait for the real email in mailbox
 - archive for access in web, mostly newsletter had the statement view in the 
 browser, then when email is send out, there is a link to view it in web.
 Thank to consider this, not code yet 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira