Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #217 from jieryn/master
[FIXED JENKINS-10640] GlobalConfiguration requires config.jelly, dies if not found
  • Loading branch information
ssogabe committed Aug 18, 2011
2 parents 3623629 + 22d01a1 commit 825dc4b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -65,6 +65,9 @@
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10698">issue 10698</a>)
<li class=bug>
404 error when clicking "Build History" link on MyView.
<li class=bug>
Add a DefaultViewsTabBar config.jelly to avoid jelly exception
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10640">issue 10640</a>)
<li class=rfe>
go back to view page when job is deleted.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10510">issue 10510</a>)
Expand Down
@@ -0,0 +1,25 @@
<!--
The MIT License
Copyright (c) 2011, Jesse Farinacci
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->

<j:jelly xmlns:j="jelly:core" />

0 comments on commit 825dc4b

Please sign in to comment.