Skip to content

Commit

Permalink
Revert "JENKINS-51055: Rebranding - HPE still appears in a few places…
Browse files Browse the repository at this point in the history
… in Job Configuration"

This reverts commit 86e1c2b.
  • Loading branch information
danieldanan committed May 14, 2018
1 parent 91eef97 commit 4c329af
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Expand Up @@ -43,10 +43,10 @@ public class ResultsPublisherModel implements Serializable {

private static final long serialVersionUID = 1L;

public final static EnumDescription dontArchiveResults = new EnumDescription("DONT_ARCHIVE_TEST_REPORT", "Do not archive Micro Focus test reports");
public final static EnumDescription alwaysArchiveResults = new EnumDescription("ALWAYS_ARCHIVE_TEST_REPORT", "Always archive Micro Focus test reports");
public final static EnumDescription ArchiveFailedTestsResults = new EnumDescription("ONLY_ARCHIVE_FAILED_TESTS_REPORT", "Archive Micro Focus test report for failed tests ");
public final static EnumDescription CreateHtmlReportResults = new EnumDescription("PUBLISH_HTML_REPORT", "Always archive and publish Micro Focus test reports (LR only)");
public final static EnumDescription dontArchiveResults = new EnumDescription("DONT_ARCHIVE_TEST_REPORT", "Do not archive HPE test reports");
public final static EnumDescription alwaysArchiveResults = new EnumDescription("ALWAYS_ARCHIVE_TEST_REPORT", "Always archive HPE test reports");
public final static EnumDescription ArchiveFailedTestsResults = new EnumDescription("ONLY_ARCHIVE_FAILED_TESTS_REPORT", "Archive HPE test report for failed tests ");
public final static EnumDescription CreateHtmlReportResults = new EnumDescription("PUBLISH_HTML_REPORT", "Always archive and publish HPE test reports (LR only)");
public final static List<EnumDescription> archiveModes =
Arrays.asList(ArchiveFailedTestsResults, alwaysArchiveResults,
CreateHtmlReportResults, dontArchiveResults);
Expand Down
Expand Up @@ -31,6 +31,6 @@
#
#

DontForgetThePublisher=Make sure to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Make sure to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section. This allows the tests results to be published.
Expand Up @@ -31,7 +31,7 @@
#
#

DontForgetThePublisher=Don''t forget to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Don''t forget to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section so that the tests results are published.

Expand Down
Expand Up @@ -31,6 +31,6 @@
#
#

DontForgetThePublisher=Make sure to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Make sure to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section. This allows the tests results to be published.
Expand Up @@ -31,7 +31,7 @@
#
#

DontForgetThePublisher=Don''t forget to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Don''t forget to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section so that the tests results are published.
ParametrizationMessage= The following fields can be parametrized: <strong>''PC Server''</strong>, <strong>''User name''</strong>, <strong>''Domain''</strong>, \
Expand Down
Expand Up @@ -32,5 +32,5 @@
-->

<div>
Enter the hostname or IP address of a Performance Center server (if the port is not the default value, mention it by specifying it after colon character) in the format: <br><b>(MyPCServer):(port#)</b>.
Hostname or IP address
</div>
Expand Up @@ -31,7 +31,7 @@
#
#

DontForgetThePublisher=Don''t forget to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Don''t forget to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section so that the tests results are published.

Expand Down
Expand Up @@ -31,6 +31,6 @@
#
#

DontForgetThePublisher=Make sure to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Make sure to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section. This allows the tests results to be published.
Expand Up @@ -31,7 +31,7 @@
#
#

DontForgetThePublisher=Don''t forget to enable the <strong>Publish Micro Focus \
DontForgetThePublisher=Don''t forget to enable the <strong>Publish HPE \
tests result</strong> option in the <strong>Post-build \
Actions</strong> section so that the tests results are published.

Expand Down

0 comments on commit 4c329af

Please sign in to comment.