This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
cmte
/
music-brainz-go
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
issue: add label go to jenkins file for using appropriate agent
Douglas A
4 lat temu
rodzic
87491eb749
commit
49963b4b8c
1 zmienionych plików
z
3 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
3
1
jenkins/Jenkinsfile
+ 3
- 1
jenkins/jenkinsfile → jenkins/Jenkinsfile
Wyświetl plik
@@ -1,5 +1,7 @@
pipeline {
- agent any
+ agent {
+ table 'go'
+ }
tools {
go 'go-1.16'
}