All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.plugins.emailext.templates.text.jelly Maven / Gradle / Ivy

The newest version!

GENERAL INFO

BUILD ${build.result}
Build URL: ${rooturl}${build.url}
Project: ${project.name}
Date of build: ${it.timestampString}
Build duration: ${build.durationString}



CHANGE SET 
      
        
        
  
Revision ${cs.revision} by ${aUser.displayName}: ${cs.user}: (${cs.msgAnnotated})

  change: ${p.editType.name}   ${p.value}
            
      
No changes
            






ARTIFACTS 
*${f}




MAVEN ARTIFACTS
        ${m.key.displayName}
        
        
        
      	          
*${f} 
      	          
        
        
      






JUNIT RESULTS
	
		
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 RESULTS

${coberturaResult.getName()}
  
${key} ${coberturaResult.getResults().get(key)} (${coberturaResult.getResults().get(key).getPercentage()}%)
  

By packages
  
	${coberturaResult.getChild(child).getName()}
		
	${childkey} ${coberturaResult.getChild(child).getResults().get(childkey)} (${coberturaResult.getChild(child).getResults().get(childkey).getPercentage()}%)
		 
  
  







© 2015 - 2025 Weber Informatics LLC | Privacy Policy