瀏覽代碼

issue: set label propertie on Jenkinsfile

Douglas A 4 年之前
父節點
當前提交
a931f8e0fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

@@ -1,6 +1,6 @@
 pipeline {
         agent {
-                table 'go' 
+                label 'go' 
         }
         tools {
                 go 'go-1.16'