Skip to content

Instantly share code, notes, and snippets.

@sakama
Created November 20, 2012 12:00
Show Gist options
  • Save sakama/4117530 to your computer and use it in GitHub Desktop.
Save sakama/4117530 to your computer and use it in GitHub Desktop.
JenkinsのActionクラスを拡張して「ビルド後の画面」を作成した場合に、左メニューが出ない場合の対処
<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