Sfoglia il codice sorgente

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

Douglas A 4 anni fa
parent
commit
49963b4b8c
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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'
         }