Skip to content

Commit

Permalink
Merge pull request #23 from mixalturek/master
Browse files Browse the repository at this point in the history
[JENKINS-24037] CPPCheck Plugin: You need "worspace" message instead of ...
  • Loading branch information
mixalturek committed Aug 3, 2014
2 parents 61e0723 + aca8ecb commit 53b0e1f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
Expand Up @@ -22,14 +22,13 @@
* THE SOFTWARE. *
*******************************************************************************/
-->
<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 xmlns:rcov="/hudson/plugins/rubyMetrics/tags" css="/plugin/rubyMetrics/css/style.css">
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<l:layout title="${%No Cppcheck data}">
<st:include it="${it.project}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>No valid cppcheck data available</h1>
<h1>${%No valid Cppcheck data available}</h1>
<p>
This plugin will not report cppcheck result until there is at least one success or unstable build.
${%This plugin will not report Cppcheck result until there is at least one success or unstable build.}
</p>
</l:main-panel>
</l:layout>
Expand Down
Expand Up @@ -22,14 +22,13 @@
* THE SOFTWARE. *
*******************************************************************************/
-->
<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 xmlns:rcov="/hudson/plugins/rubyMetrics/tags" css="/plugin/rubyMetrics/css/style.css">
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<l:layout title="${%No permission}">
<st:include it="${it.owner.project}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>No valid permission</h1>
<h1>${%No valid permission}</h1>
<p>
The current user must have the WORSPACE permission for the job.
${%The current user must have the WORKSPACE permission for the job.}
</p>
</l:main-panel>
</l:layout>
Expand Down
@@ -1,10 +1,10 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<l:layout css="/plugin/rubyMetrics/css/style.css">
<l:layout title="${%No Cppcheck data}">
<st:include it="${it.project}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>No valid cppcheck data available</h1>
<h1>${%No valid Cppcheck data available}</h1>
<p>
This plugin will not report cppcheck result until there is at least one success or unstable build.
${%This plugin will not report Cppcheck result until there is at least one success or unstable build.}
</p>
</l:main-panel>
</l:layout>
Expand Down
@@ -1,10 +1,10 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<l:layout css="/plugin/rubyMetrics/css/style.css">
<l:layout title="${%No permission}">
<st:include it="${it.owner.project}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>No valid permission</h1>
<h1>${%No valid permission}</h1>
<p>
The current user must have the WORSPACE permission for the job.
${%The current user must have the WORKSPACE permission for the job.}
</p>
</l:main-panel>
</l:layout>
Expand Down

0 comments on commit 53b0e1f

Please sign in to comment.