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
issue: set label propertie on Jenkinsfile
Douglas A
hace 4 años
padre
73608f2b61
commit
a931f8e0fe
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
jenkins/Jenkinsfile
+ 1
- 1
jenkins/Jenkinsfile
Ver fichero
@@ -1,6 +1,6 @@
pipeline {
agent {
-
table
'go'
+
label
'go'
}
tools {
go 'go-1.16'