|
1 | 1 | <?jelly escape-by-default='true'?> |
2 | 2 | <j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:l="/lib/layout" xmlns:c="/lib/credentials"> |
3 | 3 | <f:section title="${%Develocity integration}"> |
| 4 | + <f:entry title="Develocity Access Key credential ID" field="accessKeyCredentialId"> |
| 5 | + <div class="alert alert-info" role="alert"> |
| 6 | + <l:icon class="icon-help icon-sm" alt="${%Access key format help}"/> |
| 7 | + The access key must be in the <b><span><</span>server host name<span>></span>=<span><</span>access key<span>></span></b> format. |
| 8 | + For more details please refer to the <a class="alert-link" href="https://docs.gradle.com/enterprise/gradle-plugin/#manual_access_key_configuration" target="_blank">documentation</a>. |
| 9 | + </div> |
| 10 | + <c:select default="${instance.accessKeyCredentialId}"/> |
| 11 | + </f:entry> |
| 12 | + <f:entry title="${%Develocity short-lived access tokens expiry}" field="shortLivedTokenExpiry"> |
| 13 | + <f:textbox checkMethod="post"/> |
| 14 | + </f:entry> |
4 | 15 | <f:optionalBlock field="enabled" title="${%Enable auto-injection}" inline="true"> |
5 | 16 |
|
6 | 17 | <j:if test="${instance.showLegacyConfigurationWarning}"> |
|
33 | 44 | <f:entry field="enforceUrl"> |
34 | 45 | <f:checkbox title="${%Enforce Develocity server url}"/> |
35 | 46 | </f:entry> |
36 | | - <f:entry title="Develocity Access Key credential ID" field="accessKeyCredentialId"> |
37 | | - <div class="alert alert-info" role="alert"> |
38 | | - <l:icon class="icon-help icon-sm" alt="${%Access key format help}"/> |
39 | | - The access key must be in the <b><span><</span>server host name<span>></span>=<span><</span>access key<span>></span></b> format. |
40 | | - For more details please refer to the <a class="alert-link" href="https://docs.gradle.com/enterprise/gradle-plugin/#manual_access_key_configuration" target="_blank">documentation</a>. |
41 | | - </div> |
42 | | - <c:select default="${instance.accessKeyCredentialId}"/> |
43 | | - </f:entry> |
44 | | - <f:entry title="${%Develocity short-lived access tokens expiry}" field="shortLivedTokenExpiry"> |
45 | | - <f:textbox checkMethod="post"/> |
46 | | - </f:entry> |
47 | 47 | </f:section> |
48 | 48 |
|
49 | 49 | <f:section title="${%General settings}"> |
|
0 commit comments