From 391968c515a7f78836b1b8516153432b08a6b8fd Mon Sep 17 00:00:00 2001 From: David Boenig Date: Mon, 2 Sep 2019 16:36:31 +0100 Subject: [PATCH 1/3] Added Jenkinsfile for testing PR's from forks --- build/ci/JenkinsfileForks | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build/ci/JenkinsfileForks diff --git a/build/ci/JenkinsfileForks b/build/ci/JenkinsfileForks new file mode 100644 index 0000000000..868159a461 --- /dev/null +++ b/build/ci/JenkinsfileForks @@ -0,0 +1,7 @@ +node { + git( + url: "${libsLocation}", + credentialsId: "${githubCreds}" + ) + load 'kubernetes-ingress/JenkinsfileForks' +} \ No newline at end of file From ff3f37c8db64504c82134f861f195efaa68b5111 Mon Sep 17 00:00:00 2001 From: David Boenig Date: Mon, 2 Sep 2019 16:57:51 +0100 Subject: [PATCH 2/3] Added branch for tests --- build/ci/JenkinsfileForks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/ci/JenkinsfileForks b/build/ci/JenkinsfileForks index 868159a461..db1a9fc2fc 100644 --- a/build/ci/JenkinsfileForks +++ b/build/ci/JenkinsfileForks @@ -1,7 +1,8 @@ node { git( url: "${libsLocation}", - credentialsId: "${githubCreds}" + credentialsId: "${githubCreds}", + branch: "test-prs-from-forks" ) load 'kubernetes-ingress/JenkinsfileForks' } \ No newline at end of file From f69cdf6c37b7351d8a051b2562fc8cff9f346b42 Mon Sep 17 00:00:00 2001 From: dboenig Date: Wed, 11 Sep 2019 11:32:43 +0100 Subject: [PATCH 3/3] Add pipeline for manual tests --- build/ci/JenkinsfileForks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/ci/JenkinsfileForks b/build/ci/JenkinsfileForks index db1a9fc2fc..868159a461 100644 --- a/build/ci/JenkinsfileForks +++ b/build/ci/JenkinsfileForks @@ -1,8 +1,7 @@ node { git( url: "${libsLocation}", - credentialsId: "${githubCreds}", - branch: "test-prs-from-forks" + credentialsId: "${githubCreds}" ) load 'kubernetes-ingress/JenkinsfileForks' } \ No newline at end of file