Ver código fonte

Merge branch 'jenkins' of cmte/music-brainz-go into master

cmte 4 anos atrás
pai
commit
73608f2b61
1 arquivos alterados com 3 adições e 1 exclusões
  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'
         }