This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cmte
/
music-brainz-go
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
issue: add label go to jenkins file for using appropriate agent
Douglas A
%!s(int64=4) %!d(string=hai) anos
pai
87491eb749
achega
49963b4b8c
Modificáronse 1 ficheiros
con
3 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
3
1
jenkins/Jenkinsfile
+ 3
- 1
jenkins/jenkinsfile → jenkins/Jenkinsfile
Ver ficheiro
@@ -1,5 +1,7 @@
pipeline {
- agent any
+ agent {
+ table 'go'
+ }
tools {
go 'go-1.16'
}