-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
54 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
<img src="${app.rootUrl}plugin/livingdoc-reports/images/ld_logo_16.png"/> | ||
This plugin integrates <a href="https://testit-livingdoc.atlassian.net/wiki/">testIT LivingDoc </a> test reports to Jenkins and publishes the results to a confluence instance with testIT LivingDoc support. | ||
This plugin integrates <a href="https://testit-livingdoc.atlassian.net/wiki/">LivingDoc</a> test reports to Jenkins and publishes the results to a confluence instance with LivingDoc support. | ||
</div> |
7 changes: 3 additions & 4 deletions
7
...rts/src/main/resources/jenkins/plugins/livingdoc/LivingDocProjectAction/floatingBox.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" | ||
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:local="local"> | ||
<div class="test-trend-caption"> | ||
testIT LivingDoc Result-History | ||
LivingDoc Result-History | ||
</div> | ||
|
||
<j:if test="${from.hasSummaries()}"> | ||
<img id="gp_project_graph" src="${from.urlName}/graph/png" width="750" height="450" alt="[testIT LivingDoc Result-History]"/> | ||
<j:if test="${from.hasSummaries()}"> | ||
<img id="ld_result_graph" src="${from.urlName}/graph/png" width="750" height="450" alt="[LivingDoc Result-History]"/> | ||
</j:if> | ||
</j:jelly> |
3 changes: 2 additions & 1 deletion
3
...in/resources/jenkins/plugins/livingdoc/LivingDocReportsPublisher/help-filenamePrefix.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
The file name prefix and the file name postfix are used to extract the document name from the report file name. If you have added a prefix for your files the provide the prefix here | ||
The file name prefix is used to extract the document name from the report file name. If you have added a prefix for your files the provide the prefix here. | ||
You can provide a comma separated list of prefixes. |
2 changes: 1 addition & 1 deletion
2
...esources/jenkins/plugins/livingdoc/LivingDocReportsPublisher/help-testResultsPattern.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The test results pattern may be defined as aregular expression. | ||
Note that test files must be in LivingDoc XML format. For more information visit: | ||
<a href="https://testit-livingdoc.atlassian.net/wiki/">testIT LivingDoc Documentation Site</a> | ||
<a href="https://testit-livingdoc.atlassian.net/wiki/">LivingDoc Documentation Site</a> |
4 changes: 2 additions & 2 deletions
4
livingdoc-reports/src/main/resources/jenkins/plugins/livingdoc/Messages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LivingDocPublisher.livingdoc.publisher.displayname=Generate and publish testIT LivingDoc reports | ||
LivingDocBuildAction.description=testIT LivingDoc statistics: {0} | ||
LivingDocPublisher.livingdoc.publisher.displayname=Generate and publish LivingDoc reports | ||
LivingDocBuildAction.description=LivingDoc statistics: {0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters