Explorar el Código

issue: set label propertie on Jenkinsfile

Douglas A hace 4 años
padre
commit
a931f8e0fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

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