Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created November 8, 2017 12:46
Show Gist options
  • Save jstrachan/f6a1e3c692c38576f6b07e8dc7e5bf5a to your computer and use it in GitHub Desktop.
Save jstrachan/f6a1e3c692c38576f6b07e8dc7e5bf5a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: BuildConfig
metadata:
name: e2e-test
labels:
space: system
spec:
runPolicy: Serial
source:
git:
ref: master
uri: https://github.com/fabric8io/fabric8-e2e-pipeline.git
type: Git
strategy:
jenkinsPipelineStrategy:
jenkinsfilePath: Jenkinsfile
type: JenkinsPipeline
triggers:
- github:
secret: secret101
type: GitHub
- generic:
secret: secret101
type: Generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment