Browse Source

Merge branch 'master' of snppla/cups into 1.0

snppla 6 năm trước cách đây
mục cha
commit
17dd24579a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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