Skip to content

Instantly share code, notes, and snippets.

@samvarankashyap
Last active August 13, 2018 17:41
Show Gist options
  • Save samvarankashyap/2dcd88c413adae20212a03f5ec5e83d7 to your computer and use it in GitHub Desktop.
Save samvarankashyap/2dcd88c413adae20212a03f5ec5e83d7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: BuildConfig
metadata:
name: mycustompipeline
namespace: minishift-demo
labels:
name: mycustompipeline
spec:
triggers:
- type: ConfigChange
runPolicy: Serial
source:
git:
uri: "https://github.com/samvarankashyap/ci-pipeline-dummies"
strategy:
type: JenkinsPipeline
jenkinsPipelineStrategy:
jenkinsfilePath: Jenkinsfile
output: {}
resources: {}
postCommit: {}
nodeSelector: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment