0
|
1 <%@include file="/include.jsp"%>
|
|
2 <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
|
|
3 <jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
|
|
4 <table class="runnerFormTable">
|
|
5
|
45
|
6 <l:settingsGroup title="General Settings">
|
0
|
7 <tr>
|
|
8 <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
|
|
9 <td><props:textProperty name="hgCommandPath" className="longField" />
|
|
10 <span class="error" id="error_hgCommandPath"></span></td>
|
|
11 </tr>
|
|
12 <tr>
|
13
|
13 <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
|
0
|
14 <td><props:textProperty name="repositoryPath" className="longField" />
|
|
15 <span class="error" id="error_repositoryPath"></span></td>
|
|
16 </tr>
|
|
17 </l:settingsGroup>
|
45
|
18 <l:settingsGroup title="Authorization settings">
|
|
19 <tr>
|
|
20 <td colspan="2">You may require to provide authorization settings if you need to tag / label sources in the remote repository.</td>
|
|
21 </tr>
|
|
22 <tr>
|
|
23 <th><label for="username">User name:</label></th>
|
|
24 <td><props:textProperty name="username"/></td>
|
|
25 </tr>
|
|
26 <tr>
|
|
27 <th><label for="secure:password">Password:</label></th>
|
|
28 <td><props:passwordProperty name="secure:password"/></td>
|
|
29 </tr>
|
|
30 </l:settingsGroup>
|
0
|
31
|
|
32 </table>
|