Ver Fonte

Update 'Jenkinsfile'

snppla há 6 anos atrás
pai
commit
6229417ea3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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