Created
November 20, 2012 12:00
-
-
Save sakama/4117530 to your computer and use it in GitHub Desktop.
JenkinsのActionクラスを拡張して「ビルド後の画面」を作成した場合に、左メニューが出ない場合の対処
This file contains hidden or 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
<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"> | |
<l:layout> | |
<st:include it="${it.owner}" page="sidepanel.jelly" /> | |
<l:main-panel> | |
<h2>右側メインエリア</h2> | |
</l:main-panel> | |
</l:layout> | |
</j:jelly> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment