ソースを参照

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'