jenkins-job-builder/tests/scm/fixtures/tfs-003.yaml
Darragh Bailey 39df8466fd Reformat docstrings for SCM
Tidy up the docstrings to use consistent formatting, move inline
examples to tests and add urls for additional information on source code
web browsers.

Change-Id: I696389516dbd4e0960986666e32fab93e515710e
2015-08-25 09:38:24 -07:00

9 lines
206 B
YAML

scm:
- tfs:
server-url: "tfs.company.com"
project-path: "$/myproject"
login: "mydomain\\\\jane"
use-update: false
local-path: "../foo/"
workspace: "Hudson-${JOB_NAME}"