Przeglądaj źródła

Merge branch 'master' of snppla/openvpn into 1.0

snppla 6 lat temu
rodzic
commit
a40b1cf5f8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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