File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,12 @@ def f = namespace(lib.FormTagLib);
6
6
def c = namespace(lib.CredentialsTagLib )
7
7
8
8
9
- f. entry(title : _(" Manage hooks" ), field : " manageHooks" ) {
10
- f. checkbox(default : true )
11
- }
12
-
13
- f. entry(title : _(" Credentials" ), field : " credentialsId" ) {
14
- c. select()
15
- }
16
-
17
9
f. entry(title : _(" API URL" ), field : " apiUrl" ) {
18
10
f. textbox(default : GitHubServerConfig . GITHUB_URL )
19
11
}
20
12
21
- f. advanced() {
22
- f. entry(title : _(" GitHub client cache size (MB)" ), field : " clientCacheSize" ) {
23
- f. textbox(default : GitHubServerConfig . DEFAULT_CLIENT_CACHE_SIZE_MB )
24
- }
13
+ f. entry(title : _(" Credentials" ), field : " credentialsId" ) {
14
+ c. select()
25
15
}
26
16
27
17
f. block() {
@@ -33,3 +23,13 @@ f.block() {
33
23
)
34
24
}
35
25
26
+
27
+ f. entry(title : _(" Manage hooks" ), field : " manageHooks" ) {
28
+ f. checkbox(default : true )
29
+ }
30
+
31
+ f. advanced() {
32
+ f. entry(title : _(" GitHub client cache size (MB)" ), field : " clientCacheSize" ) {
33
+ f. textbox(default : GitHubServerConfig . DEFAULT_CLIENT_CACHE_SIZE_MB )
34
+ }
35
+ }
You can’t perform that action at this time.
0 commit comments