uses local jenkins

This commit is contained in:
Arne Teuke
2019-12-24 22:01:44 +01:00
parent 27d92691fa
commit 1030d02d60

20
Jenkinsfile vendored
View File

@@ -1,24 +1,6 @@
/*pipeline {
agent {
label 'puppet'
}
*/
pipeline { pipeline {
agent { agent {
kubernetes { label 'puppet'
cloud 'confdroid_kubernetes'
yaml """
apiVersion: v1
kind: Pod
spec:
containers:
- name: maven
image: maven:3.3.9-jdk-8-alpine
command: ['cat']
tty: true
"""
}
} }
stages { stages {