Skip to content

Commit 1eb1fa5

Browse files
committed
πŸ™ˆ FIX - typo in the url πŸ™‰
1 parent 4ef0fef commit 1eb1fa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žconfiguration/jobs/seed-multibranch-pipelines/config.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def githubAccount = System.getenv("GITHUB_ACCOUNT")
6868
def githubOrg = System.getenv("GITHUB_ORG") ?: false
6969
//eg https://api.github.com/users/springdo/repos or
7070

71-
def githubProjects = githubOrg ? new URL("${githubHost}/org/${githubAccount}/repos?per_page=100") : new URL("${githubHost}/users/${githubAccount}/repos?per_page=100")
71+
def githubProjects = githubOrg ? new URL("${githubHost}/orgs/${githubAccount}/repos?per_page=100") : new URL("${githubHost}/users/${githubAccount}/repos?per_page=100")
7272

7373

7474
def createMultibranchPipelineJob(project, gitPath) {

β€Žconfiguration/jobs/seed-multibranch-pipelines/seed-multibranch-pipeline.groovyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def githubAccount = System.getenv("GITHUB_ACCOUNT")
2121
def githubOrg = System.getenv("GITHUB_ORG") ?: false
2222
//eg https://api.github.com/users/springdo/repos or
2323

24-
def githubProjects = githubOrg ? new URL("${githubHost}/org/${githubAccount}/repos?per_page=100") : new URL("${githubHost}/users/${githubAccount}/repos?per_page=100")
24+
def githubProjects = githubOrg ? new URL("${githubHost}/orgs/${githubAccount}/repos?per_page=100") : new URL("${githubHost}/users/${githubAccount}/repos?per_page=100")
2525

2626

2727
def createMultibranchPipelineJob(project, gitPath) {

β€Žplugins.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ace-editor:1.1
22
analysis-collector:2.0.0
33
analysis-core:1.96
4-
ansicolor:0.6.3
4+
ansicolor:0.7.0
55
ant:1.11
66
antisamy-markup-formatter:2.0
77
apache-httpcomponents-client-4-api:4.5.10-2.0

0 commit comments

Comments
Β (0)