diff --git a/Jenkinsfile b/Jenkinsfile index ec03ff2..4c3a0d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,25 +1,7 @@ -/*pipeline { +pipeline { agent { label 'puppet' } -*/ - -pipeline { - agent { - kubernetes { - 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 {