[JIRA] (JENKINS-36939) jelly template not working

2016-07-25 Thread rizwankhan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 rizwan khan commented on  JENKINS-36939  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jelly template not working   
 

  
 
 
 
 

 
 This is the html_my.jelly file  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36939) jelly template not working

2016-07-25 Thread rizwankhan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 rizwan khan commented on  JENKINS-36939  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jelly template not working   
 

  
 
 
 
 

 
   
BODY, TABLE, TD, TH, P

{ font-family:Verdana,Helvetica,sans serif; font-size:11px; color:black; }

h1

{ color:black; }

h2

{ color:black; }

h3

{ color:black; }

TD.bg1

{ color:white; background-color:#C0; font-size:120% }

TD.bg2

{ color:white; background-color:#4040FF; font-size:110% }

TD.bg3

{ color:white; background-color:#8080FF; }

TD.test_passed

{ color:blue; }

TD.test_failed

{ color:red; }

TD.console

{ font-family:Courier New; }

">static/e59dfe28/images/32x32/red.gif" /> BUILD ${build.result} Build URL$ {build.url}">${rooturl}${build.url} Project:$ {project.name} Date of build:$ {it.timestampString} Build duration:$ {build.durationString} " /> "> CHANGES " varStatus="loop"> "/> $ {spc}Revision ${cs.commitId?:cs.revision?:cs.changeNumber} by ${aUser!=null?aUser.displayName:cs.author.displayName}: (${cs.msgAnnotated}) ${spc} $ {p.editType.name} $ {p.path} "> No Changes " /> BUILD ARTIFACTS ${f} BUILD ARTIFACTS ${m.key.displayName} "> "> $ {mvnbld.url} artifact/$ {f}">${f}JUnit Tests "> "> Name: $ {packageResult.getName()} Failed: $ {packageResult.getFailCount()} test(s), Passed: $ {packageResult.getPassCount()} test(s), Skipped: $ {packageResult.getSkipCount()} test(s), Total: $ {packageResult.getPassCount()+packageResult.getFailCount()+packageResult.getSkipCount()} test(s) "> Failed: $ {failed_test.getFullName()} " /> "> " /> "> Cobertura Report Project Coverage Summary Name ${metric.name}${coberturaResult.name} "> ">$ {coberturaResult.getCoverage(metric).percentage} % ($ {coberturaResult.getCoverage(metric)} ) "> Source "> $ {coberturaResult.relativeSourcePath}$ {coberturaResult.sourceFileContent} Source code is unavailable "> "/> Coverage Breakdown by $ {element.displayName}Name ${metric.name}${child.xmlTransform(child.name)} "> "/> "> ">$ {childResult.percentage} % ($ {childResult} )N/A "> CONSOLE OUTPUT ">$ {line} *no* further _formatting_ is done here Add Comment


[JIRA] (JENKINS-36939) jelly template not working

2016-07-25 Thread rizwankhan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 rizwan khan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36939  
 
 
  jelly template not working   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 David van Laatum  
 
 
Components: 
 email-ext-plugin  
 
 
Created: 
 2016/Jul/26 4:14 AM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 rizwan khan  
 

  
 
 
 
 

 
 Hi , I am using Email Extension Plugin 2.44.I have configured the body of the message as below emailext ( subject: subject, attachLog: true,  compressLog: true, body:'$ {JELLY_SCRIPT, template="html_my"}', recipientProviders: [[$class: 'DevelopersRecipientProvider']], ) when i receive email it shows ${JELLY_SCRIPT, template="html_my"}  as the body of my message. I have placed html.jelly template under jenkinshome/email-templates. Please look into this issue  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment