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