-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add develocity to glassfish instance
Related to https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5546 Signed-off-by: sebastien.heurtematte <[email protected]>
- Loading branch information
1 parent
4c9f32e
commit f8e2e76
Showing
7 changed files
with
99 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# GENERATED FILE - DO NOT EDIT | ||
copyartifact | ||
gradle | ||
jacoco | ||
view-job-filters |
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 +1,15 @@ | ||
document.title = "Eclipse Glassfish - " + document.title; | ||
document.addEventListener('DOMContentLoaded', function() { | ||
let header = document.querySelector('.page-header__brand'); | ||
if (header) { | ||
let newLink = document.createElement('a'); | ||
newLink.href = 'https://github.com/eclipse-cbi/jiro/blob/master/instances/ee4j.glassfish/target/config.json'; | ||
newLink.textContent = 'JCasC Source'; | ||
newLink.style = 'color: white; border-left: 1px solid white; padding-left: 1em; font-size: 1.1em; position: relative; top: 0.2em; left: -1.6em;'; | ||
newLink.target = '_blank'; | ||
newLink.title = 'JIRO JCasC Configuration as Code'; | ||
header.appendChild(newLink); | ||
} else { | ||
console.log('Element with class "header" not found.'); | ||
} | ||
}); |
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