diff --git a/Jenkinsfile b/Jenkinsfile index aad7c55a..fd908013 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,13 @@ pipeline { dockerImage = 'jcabillot/syncthing-arm64' } - agent { label 'arm64' } + //agent { label 'arm64' } + agent { + kubernetes { + defaultContainer 'docker' // All `steps` instructions will be executed by this container + yamlFile 'Jenkinsfile-pod-template.yml' + } + } triggers { cron('@midnight')