use k3s
Some checks failed
perso/syncthing-arm/pipeline/head There was a failure building this commit

This commit is contained in:
Julien Cabillot 2021-01-04 16:26:11 -05:00
parent e9cd74051d
commit 754bcecde6

8
Jenkinsfile vendored
View File

@ -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')