Explorar el Código

Update 'Jenkinsfile'

snppla hace 6 años
padre
commit
deaf63a09b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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