Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
JENKINS-32133 styling issues for DSL reference help
Browse files Browse the repository at this point in the history
  • Loading branch information
gusreiber committed Jan 25, 2016
1 parent ba0ab3f commit 7d1fdbd
Show file tree
Hide file tree
Showing 8 changed files with 332 additions and 233 deletions.
Expand Up @@ -27,9 +27,11 @@ node {
see the notes below the list for Pipeline-specific details.
</p>
<!-- Cf. EnvironmentContributor/EnvVarsHtml/index.groovy -->
<j:forEach var="ec" items="${it.environmentContributors}">
<st:include it="${ec}" page="buildEnv" optional="true"/>
</j:forEach>
<dl class="env-vars">
<j:forEach var="ec" items="${it.environmentContributors}">
<st:include it="${ec}" page="buildEnv" optional="true"/>
</j:forEach>
</dl>
<p>
The following variables are currently unavailable inside a workflow script:
</p>
Expand Down

This file was deleted.

Expand Up @@ -6,14 +6,14 @@ import org.jenkinsci.plugins.workflow.cps.Snippetizer
def st = namespace("jelly:stapler")

p {
a(href: "${rootURL}/${Snippetizer.DSL_REF_URL}", target: "_blank") {
a(href: "${rootURL}/${Snippetizer.DSL_REF_URL}", target: "_dslRefHlp") {
raw(_("Click here for the reference in a new window."))
}

}

p {
a(href: "${rootURL}/${Snippetizer.GDSL_URL}", target: "_blank") {
a(href: "${rootURL}/${Snippetizer.GDSL_URL}", target: "_intjDsl") {
raw(_("Click here for IntelliJ GDSL."))
}

Expand Down
Expand Up @@ -10,21 +10,6 @@ l.layout(title:_("Jenkins Pipeline Reference")) {

st.include(page: "sidepanel", it: app)
l.main_panel {
p {
a(href: "${rootURL}/${Snippetizer.GDSL_URL}", target: "_blank") {
raw(_("Click here for IntelliJ GDSL."))
}

}

/* Commenting out DSLD until it's fixed.
p {
a(href: "${rootURL}/${Snippetizer.DSLD_URL}", target: "_blank") {
raw(_("Click here for Eclipse DSLD."))
}
}
*/
st.include(page: "dslReferenceContent")
}
}
Expand Down

0 comments on commit 7d1fdbd

Please sign in to comment.