summaryrefslogtreecommitdiffstats
path: root/tests/multibranch/fixtures
diff options
context:
space:
mode:
authorDuncan Hutty <duncan.hutty@oracle.com>2018-09-12 23:00:26 -0400
committerDuncan Hutty <dhutty@allgoodbits.org>2018-09-12 23:03:21 -0400
commitd076675ca144d7855dff6805b05d09c87d904178 (patch)
tree6efb37251924e34e2b94cbb5bbad759cd2791811 /tests/multibranch/fixtures
parent405df97718dda6710a9199d7fdb7d649efc9862d (diff)
downloadpython-jenkins-job-builder-d076675ca144d7855dff6805b05d09c87d904178.tar.gz
python-jenkins-job-builder-d076675ca144d7855dff6805b05d09c87d904178.tar.xz
python-jenkins-job-builder-d076675ca144d7855dff6805b05d09c87d904178.zip
Support SSHCheckout trait
Change-Id: Ie00ad2e68a8c9100d055df220ac68bfb8f0ba184 Closes-bug: 2003749
Diffstat (limited to 'tests/multibranch/fixtures')
-rw-r--r--tests/multibranch/fixtures/scm_github_full.xml1
-rw-r--r--tests/multibranch/fixtures/scm_github_full.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/multibranch/fixtures/scm_github_full.xml b/tests/multibranch/fixtures/scm_github_full.xml
index 7fac1466..9786847f 100644
--- a/tests/multibranch/fixtures/scm_github_full.xml
+++ b/tests/multibranch/fixtures/scm_github_full.xml
@@ -41,6 +41,7 @@
<org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
<strategyId>3</strategyId>
</org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
+ <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait/>
<org.jenkinsci.plugins.github__branch__source.TagDiscoveryTrait/>
<org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
<strategyId>3</strategyId>
diff --git a/tests/multibranch/fixtures/scm_github_full.yaml b/tests/multibranch/fixtures/scm_github_full.yaml
index 544fcdc0..6eb63c62 100644
--- a/tests/multibranch/fixtures/scm_github_full.yaml
+++ b/tests/multibranch/fixtures/scm_github_full.yaml
@@ -4,6 +4,7 @@ script-path: some.Jenkinsfile
scm:
- github:
api-uri: http://example.org/github
+ ssh-checkout: true
repo: example-repo
repo-owner: example-owner
credentials-id: example-credential