Skip to content

Commit

Permalink
Add LocalBranch help text for JENKINS-33202
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Mar 18, 2016
1 parent b904217 commit fb68e50
Showing 1 changed file with 7 additions and 0 deletions.
@@ -1,4 +1,11 @@
<div>
If given, checkout the revision to build as HEAD on this branch.
<p>
If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin. In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
<p>
Please note that this has not been tested with submodules.
</div>

0 comments on commit fb68e50

Please sign in to comment.