Explorar el Código

issue: add label go to jenkins file for using appropriate agent

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

+ 3 - 1
jenkins/jenkinsfile → jenkins/Jenkinsfile

@@ -1,5 +1,7 @@
 pipeline {
-        agent any
+        agent {
+                table 'go' 
+        }
         tools {
                 go 'go-1.16'
         }