ソースを参照

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

cmte 4 年 前
コミット
73608f2b61
1 ファイル変更3 行追加1 行削除
  1. 3 1
      jenkins/Jenkinsfile

+ 3 - 1
jenkins/jenkinsfile → jenkins/Jenkinsfile

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