jenkins-job-builder/tests/scm/fixtures/stash.yaml
Peter Jönsson 00a1c332e5 Add support for Stash as a repository viewer
Make it possible to use Atlassian Stash as a repository viewer of Git
SCM changes. Also sort the viewers alphabetically.

Change-Id: I6725570a0aa6770b2d0eee2cd0ae5ff0e5c5e07c
2014-04-07 12:11:35 +02:00

8 lines
200 B
YAML

scm:
- git:
url: "ssh://git@stash.example.com:/foo/bar.git"
branches:
- origin/master
browser: stash
browser-url: "https://stash.example.com/projects/foo/repos/bar/"