You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
926 B
29 lines
926 B
apiVersion: v1
|
|
kind: Template
|
|
labels:
|
|
template: deploy-3scale-api
|
|
metadata:
|
|
annotations:
|
|
description: |-
|
|
Deploy an API to 3scale
|
|
openshift.io/display-name: Jenkins Pipeline to deploy an API to 3scale
|
|
tags: jenkins
|
|
template.openshift.io/documentation-url: https://github.com/nmasse-itix/threescale-cicd
|
|
template.openshift.io/long-description: Jenkins Pipeline to deploy an API to 3scale
|
|
template.openshift.io/provider-display-name: Nicolas Massé
|
|
template.openshift.io/support-url: https://github.com/nmasse-itix/threescale-cicd/issues
|
|
name: deploy-3scale-api
|
|
parameters:
|
|
objects:
|
|
- kind: "BuildConfig"
|
|
apiVersion: "v1"
|
|
metadata:
|
|
name: "deploy-3scale-api"
|
|
spec:
|
|
source:
|
|
git:
|
|
uri: https://github.com/nmasse-itix/threescale-cicd.git
|
|
strategy:
|
|
type: "JenkinsPipeline"
|
|
jenkinsPipelineStrategy:
|
|
jenkinsfilePath: support/jenkins/Jenkinsfile
|
|
|