jenkins-job-builder/tests/scm/fixtures/gitlab.yaml
Joao Vale cdd5ecfb43 Add support to specify GitLab version.
Change-Id: Iae3746540cb692b19278fd0bedae48bf976700d5
2014-01-09 17:51:31 +00:00

9 lines
210 B
YAML

scm:
- git:
url: "git@gitlab.example.com:foo/bar.git"
branches:
- origin/master
browser: gitlab
browser-url: "https://gitlab.example.com/foo/bar/"
browser-version: "5.2"