Skip to content

Commit

Permalink
JENKINS-25744 Added main help and updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
patbos committed Nov 23, 2014
1 parent 109e8bd commit 68239bc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<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">
<j:new var="h" className="hudson.Functions"/>
<!-- instead of JSP functions -->
${h.initPageVariables(context)}

<div>
<img src="${resURL}/plugin/delivery-pipeline-plugin/help/pipeline.png"/>
<p>Configure a taskname and which stage the project should be placed in in the Delivery Pipeline View</p>
</div>
</j:jelly>
Binary file added src/main/webapp/help/pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/help/stage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/help/task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68239bc

Please sign in to comment.