Browse Source

issue: set label propertie on Jenkinsfile

Douglas A 4 năm trước cách đây
mục cha
commit
a931f8e0fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

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