diff --git a/env/jx-app-cb-remote/templates/app.yaml b/env/jx-app-cb-remote/templates/app.yaml new file mode 100644 index 00000000..9671d8fe --- /dev/null +++ b/env/jx-app-cb-remote/templates/app.yaml @@ -0,0 +1,21 @@ +apiVersion: jenkins.io/v1 +kind: Plugin +metadata: + annotations: + jenkins.io/chart-description: A Helm chart for Kubernetes + jenkins.io/chart-repository: https://storage.googleapis.com/jenkinsxio-labs-private/charts + creationTimestamp: null + labels: + chart: jx-app-cb-remote-0.0.55 + jenkins.io/app-name: jx-app-cb-remote + jenkins.io/app-type: pipeline-extension + jenkins.io/app-version: 0.0.55 + jenkins.io/pluginCommand: jx-remote + name: jx-app-cb-remote-jx-app-cb-remote +spec: + pipelineExtension: + args: + - enhance-pipeline + command: /jx-app-cb-remote + image: gcr.io/jenkinsxio-labs-private/jx-app-cb-remote:0.0.55 + name: CBRemote diff --git a/env/requirements.yaml b/env/requirements.yaml index d44be62f..f75b09cd 100755 --- a/env/requirements.yaml +++ b/env/requirements.yaml @@ -41,4 +41,7 @@ dependencies: version: 0.0.6 condition: jx-arcalos-role-controller.enabled alias: arcalosrole +- name: jx-app-cb-remote + repository: https://storage.googleapis.com/jenkinsxio-labs-private/charts + version: 0.0.55