Skip to content

Commit

Permalink
refactor repo name to Repository Name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdishaq786 committed Aug 26, 2024
1 parent 77034ed commit 1f5584c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<br/><strong>${%Repository}</strong>: ${remoteUrl}
</j:if>
<br/><strong>${%Organization Name}</strong>: ${it.getOrganizationName(remoteUrl)}
<br/><strong>${%Repo Name}</strong>: ${it.getRepoName(remoteUrl)}
<br/><strong>${%Repository Name}</strong>: ${it.getRepoName(remoteUrl)}
</j:forEach>
</j:if>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<br/><strong>${%Repository}</strong>: ${remoteUrl}
</j:if>
<br/><strong>${%Organization Name}</strong>: ${it.getOrganizationName(remoteUrl)}
<br/><strong>${%Repo Name}</strong>: ${it.getRepoName(remoteUrl)}
<br/><strong>${%Repository Name}</strong>: ${it.getRepoName(remoteUrl)}
</j:forEach>
</j:if>
<ul>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/hudson/plugins/git/util/BuildDataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ public void testSimilarToContainsNullURL() {
simple3.addRemoteUrl(null);
simple3.addRemoteUrl(SIMPLE_URL);
assertTrue(simple.similarTo(simple3));
System.out.println("Test Case " + ":............................................................................................");
}

@Test
Expand Down

0 comments on commit 1f5584c

Please sign in to comment.