This commit is contained in:
Vendored
+7
-1
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user