use k3s
Some checks failed
perso/syncthing-arm/pipeline/head There was a failure building this commit
Some checks failed
perso/syncthing-arm/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e9cd74051d
commit
754bcecde6
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -5,7 +5,13 @@ pipeline {
|
|||||||
dockerImage = 'jcabillot/syncthing-arm64'
|
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 {
|
triggers {
|
||||||
cron('@midnight')
|
cron('@midnight')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user