This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cmte
/
music-brainz-go
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Merge branch 'jenkins' of cmte/music-brainz-go into master
cmte
hace 4 años
padre
4a61115c10
fddff9e7e2
commit
73608f2b61
Se han
modificado 1 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
3
1
jenkins/Jenkinsfile
+ 3
- 1
jenkins/jenkinsfile → jenkins/Jenkinsfile
Ver fichero
@@ -1,5 +1,7 @@
pipeline {
- agent any
+ agent {
+ table 'go'
+ }
tools {
go 'go-1.16'
}