From 4e5e67fbb400bc5077c01e14d4b847b6f7085ac6 Mon Sep 17 00:00:00 2001 From: David Boenig <45599674+dboenig@users.noreply.github.com> Date: Wed, 11 Sep 2019 16:04:23 +0100 Subject: [PATCH] Pipeline for manual testing (#690) * Added Jenkinsfile for testing PR's from forks * Added branch for tests * Add pipeline for manual tests --- 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