-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partially added a customization for JNLP agent launch parameter
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8285 71c3de6d-444a-0410-be80-ed276b4c234a
- Loading branch information
kohsuke
committed
Apr 5, 2008
1 parent
e25e023
commit 3eedda8
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
core/src/main/resources/hudson/model/Computer/custom-jnlp.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<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"> | ||
<l:layout title="${it.displayName}"> | ||
<st:include page="sidepanel.jelly" /> | ||
<l:main-panel> | ||
<h1>Tweak Launch Parameters</h1> | ||
<p> | ||
This page allows you to tweak the JVM parameters when launching JNLP slave agents. | ||
<!-- TODO: work from home for the rest --> | ||
</p> | ||
</l:main-panel> | ||
</l:layout> | ||
</j: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