Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created February 28, 2017 09:52
Show Gist options
  • Save rawlingsj/eff84421af56b6825c6ff38c1646382e to your computer and use it in GitHub Desktop.
Save rawlingsj/eff84421af56b6825c6ff38c1646382e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: BuildConfig
metadata:
name: spring-boot-webmvc-jr
spec:
runPolicy: Serial
source:
git:
ref: master
uri: https://github.com/rawlingsj/spring-boot-webmvc.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