瀏覽代碼

Update 'Jenkinsfile'

snppla 6 年之前
父節點
當前提交
8a6907f62b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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