This website works better with JavaScript
Home
Explore
Help
Sign In
cmte
/
music-brainz-go
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
issue: add label go to jenkins file for using appropriate agent
Douglas A
4 years ago
parent
87491eb749
commit
49963b4b8c
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
jenkins/Jenkinsfile
+ 3
- 1
jenkins/jenkinsfile → jenkins/Jenkinsfile
View File
@@ -1,5 +1,7 @@
pipeline {
- agent any
+ agent {
+ table 'go'
+ }
tools {
go 'go-1.16'
}