Skip to content

Commit

Permalink
Fix JENKINS-19706 (same as JENKINS-19706)
Browse files Browse the repository at this point in the history
Sensitive variables will be excluded.
  • Loading branch information
gboissinot committed Aug 23, 2014
1 parent 4bd6dc0 commit 0d7c081
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -2,4 +2,8 @@
<p>
If set to true, Jenkins build variables will be passed to MSBuild as /p:name=value pairs.
</p>

<p>
<strong>Beware :</strong> Sensitive build variables such as passwords will not be added.
</p>
</div>
Expand Up @@ -2,4 +2,8 @@
<p>
Si coché, les variables de la build Jenkins vont être passées au MSBuild de la forme suivante : /p:name=value
</p>

<p>
<strong>Attention :</strong> Les propriétés sensibles telles que des mots de passe ne seront pas pris en compte.
</p>
</div>

0 comments on commit 0d7c081

Please sign in to comment.