Skip to content

Commit

Permalink
SONARJNKNS-232 Adapt SonarQube configuration to server version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmeneses committed Mar 8, 2016
1 parent 2c572f5 commit 6faa0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</f:entry>

<f:entry title="${%ServerToken}" description="${%ServerTokenDescr}">
<f:textbox clazz="sonar-53" name="sonar.serverAuthenticationToken" value="${inst.getServerAuthenticationToken()}"/>
<f:password clazz="sonar-53" name="sonar.serverAuthenticationToken" value="${inst.getServerAuthenticationToken()}"/>
</f:entry>

<f:entry title="${%ServerLogin}" description="${%ServerLoginDescr}">
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/help-buildWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
The following variables may be set depending on the configuration:
<ul>
<li>SONAR_HOST_URL</li>
<li>SONAR_AUTH_TOKEN</li>
<li>SONAR_LOGIN</li>
<li>SONAR_PASSWORD</li>
<li>SONAR_JDBC_URL</li>
Expand Down

0 comments on commit 6faa0c7

Please sign in to comment.