Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #20 from kiana/master
fix for JENKINS-23036 : using rootURL (not rootUrl) for some jelly files...
  • Loading branch information
fcamblor committed May 15, 2014
2 parents c5a6a7e + daf4577 commit 8d48a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@
/work
/work-backup
*.iml
.idea
Expand Up @@ -49,7 +49,7 @@
</f:repeatable>
</f:entry>
<f:entry title="${%Reload config from SCM}" help="${rootUrl}/plugin/scm-sync-configuration/help/reloadScmConfig-help.html">
<a href="${rootUrl}/plugin/scm-sync-configuration/reloadAllFilesFromScm" onClick="return confirm('${%WARNING : the Jenkins config will be reloaded from SCM}.\n${%Only file modifications are handled}. ${%File added or removed will not be handled} !\n\n${%Continue} ?')">${%Reload}</a>
<a href="${rootURL}/plugin/scm-sync-configuration/reloadAllFilesFromScm" onClick="return confirm('${%WARNING : the Jenkins config will be reloaded from SCM}.\n${%Only file modifications are handled}. ${%File added or removed will not be handled} !\n\n${%Continue} ?')">${%Reload}</a>
</f:entry>
</f:section>

Expand Down
Expand Up @@ -13,7 +13,7 @@
</j:forEach>
</ul>
</p>
<h3>Please reload Jenkins config from disk by clicking <a href="${rootUrl}/reload">here</a></h3>
<h3>Please reload Jenkins config from disk by clicking <a href="${rootURL}/reload">here</a></h3>

</l:main-panel>
</l:layout>
Expand Down

0 comments on commit 8d48a90

Please sign in to comment.