@@ -1,5 +1,5 @@
pipeline{
- agent any
+ agent { label 'docker' }
triggers {
pollSCM('H * * * *')
cron('H H H * *')