Skip to content

Commit

Permalink
Merge pull request #427 from MarkEWaite/master-PRxxx-gogs-edit
Browse files Browse the repository at this point in the history
[Fix JENKINS-37066] gogs config edit fails after save
  • Loading branch information
MarkEWaite committed Jul 30, 2016
2 parents 51bc230 + 02f9dd8 commit b8e17c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9</version>
<version>2.12</version>
</parent>

<licenses>
Expand Down
@@ -0,0 +1,6 @@
<?jelly escape-by-default='true'?>
<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">
<f:entry field="repoUrl" title="URL">
<f:textbox/>
</f:entry>
</j:jelly>

0 comments on commit b8e17c5

Please sign in to comment.