Files
java-tutorials/xml/src/test/resources/xmlhtml/notification.xml
T
2019-11-01 09:24:05 +01:00

6 lines
199 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<notification>
<from>builds@baeldung.com</from>
<heading>Build #7 passed</heading>
<content>Success: The Jenkins CI build passed</content>
</notification>