Adding Jenkins to Clover stack 39/61939/7
authorJunaid Ali <junaidali.yahya@gmail.com>
Thu, 6 Sep 2018 22:46:00 +0000 (23:46 +0100)
committerJunaid Ali <junaidali.yahya@gmail.com>
Sat, 13 Oct 2018 12:47:31 +0000 (13:47 +0100)
commit0b40d75cdd5f6ece91326683a717ae5db207dc43
tree1b9d6a0c73952c5ba2a68cd6c65861049616a6c9
parentee2169ee4b8fb3539ad173fbc1557b54b2f2216f
Adding Jenkins to Clover stack

  Ref: https://github.com/helm/charts/tree/master/stable/jenkins/templates

  PatchSet-3: deploy.sh script to automate deployment
              of Jenkins on k8s
  PatchSet-4: Updated commit message
  PatchSet-5: Updated Jenkins agent service type to 'LoadBalancer'
  PatchSet-6: Addressed comments
  PatchSet-7: Updated Jenkins slave name to 'clover-jenkins-slave'

  JIRA: CLOVER-97

Change-Id: I0d41893bc0df902c1f577e2e97cfee3f2910e82d
Signed-off-by: Junaid Ali <junaidali.yahya@gmail.com>
samples/services/jenkins/deploy.sh [new file with mode: 0755]
samples/services/jenkins/resources/configmap.yaml [new file with mode: 0644]
samples/services/jenkins/resources/deployment.yaml [new file with mode: 0644]
samples/services/jenkins/resources/namespace.yaml [new file with mode: 0644]
samples/services/jenkins/resources/pvc.yaml [new file with mode: 0644]
samples/services/jenkins/resources/rbac.yaml [new file with mode: 0644]
samples/services/jenkins/resources/secrets.yaml [new file with mode: 0644]
samples/services/jenkins/resources/svc-agent.yaml [new file with mode: 0644]
samples/services/jenkins/resources/svc.yaml [new file with mode: 0644]