Snippets

Daniel Anechitoaie EAgn4K: Untitled snippet

Created by Daniel Anechitoaie
    <f:advanced>
        <f:entry
            title="${%Source Paths}"
            help="/plugin/myplugin-deploy/help/projectConfig-sourcePaths.html">

            <f:repeatable
                field="sourcePaths">

                <st:include
                    page="config.jelly"
                    class="org.jenkinsci.plugins.myplugin.deploy.SourcePath"
                />

                <div align="right">
                    <f:repeatableDeleteButton />
                </div>
            </f:repeatable>
        </f:entry>

        <f:entry
            title="${%Exclude Patterns}"
            help="/plugin/myplugin-deploy/help/projectConfig-excludePatterns.html">

            <f:repeatable
                field="excludePatterns">

                <st:include
                    page="config.jelly"
                    class="org.jenkinsci.plugins.myplugin.deploy.ExcludePattern"
                />

                <div align="right">
                    <f:repeatableDeleteButton />
                </div>
            </f:repeatable>
        </f:entry>
    </f:advanced>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.