Add kubernetes template configuration example

This commit is contained in:
Carlos Sanchez 2018-02-06 12:29:35 +01:00
parent 323ecf5083
commit 6f1ff93357
1 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,15 @@ data:
- kubernetes:
name: kubernetes
containerCapStr: 100
templates:
- name: maven
label: mavenpodtemplate
containers:
- name: maven
image: maven:3.3.9-jdk-8-alpine
ttyEnabled: true
command: cat
jobs:
- >
pipelineJob('configuration-as-code') {