Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ジェリー スクリプトの出力に別のファイルの内容を表示できますか?
ファイルがジョブのワークスペースに含まれている場合は、次のように変数を宣言します。
<j:set var="fileContent" value="${build.getWorkspace().child("results.html")}"/>
そして、次のように呼び出します。
${fileContent}