Skip to content

Commit

Permalink
[JENKINS-45097] No more per task JDK configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaumi committed Jun 23, 2017
1 parent c420ee1 commit 38b943f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
<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:p="/lib/hudson/project" xmlns:util="jelly:util">
<j:set var="weblogicEnvironments" value="${descriptor.weblogicEnvironments}" />

<st:bind var="desc" value="${descriptor}"/>
<!-- <st:bind var="desc" value="${descriptor}"/>
<script>
function completeJdkhome(jdkName, jdkHomeId) {
desc.completeJdkHome(jdkName, function(t) {
Expand All @@ -16,7 +16,7 @@
<j:invokeStatic var="jdkHomeSelected" className="org.jenkinsci.plugins.deploy.weblogic.jdk.JdkToolService" method="getJDKHomeByName">
<j:arg value="${descriptor.jdkSelected}" />
</j:invokeStatic>
</j:invokeStatic> -->
<j:choose>
<j:when test="${! empty(weblogicEnvironments)}">

Expand Down
Expand Up @@ -36,7 +36,7 @@


<f:advanced>
<f:entry title="JDK">
<!--<f:entry title="JDK">
<f:entry title="${%jdk.name}" field="jdkName">
<f:textbox value="${it.jdk.name}" default="${descriptor.jdkSelected}"
onFocus="this.onChange();"
Expand All @@ -49,7 +49,7 @@
<f:entry title="JAVA_HOME" field="jdkHome">
<f:textbox id="jdkHome-${it.id}" value="${it.jdk.home}" default="${jdkHomeSelected}"/>
</f:entry>
</f:entry>
</f:entry>-->
<f:entry title="${%wl.configuration}">
<f:entry title="${%wl.configuration.stage.mode}" field="stageMode">
<select class="setting-input" name="stageMode">
Expand Down

0 comments on commit 38b943f

Please sign in to comment.