Skip to content

Commit

Permalink
Pipeline for manual testing (#690)
Browse files Browse the repository at this point in the history
* Added Jenkinsfile for testing PR's from forks

* Added branch for tests

* Add pipeline for manual tests
  • Loading branch information
martialonline authored Sep 11, 2019
1 parent 1626a02 commit 4e5e67f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/ci/JenkinsfileForks
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node {
git(
url: "${libsLocation}",
credentialsId: "${githubCreds}"
)
load 'kubernetes-ingress/JenkinsfileForks'
}

0 comments on commit 4e5e67f

Please sign in to comment.