Last active
July 20, 2017 17:34
-
-
Save rawlingsj/f5b78eb8ea42890cef2f007f78ad3462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: BuildConfig | |
metadata: | |
name: pv-checker | |
spec: | |
runPolicy: Serial | |
source: | |
git: | |
ref: master | |
uri: https://github.com/rawlingsj/pv-checker.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