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: set label propertie on Jenkinsfile
Douglas A
4 years ago
parent
73608f2b61
commit
a931f8e0fe
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
jenkins/Jenkinsfile
+ 1
- 1
jenkins/Jenkinsfile
View File
@@ -1,6 +1,6 @@
pipeline {
pipeline {
agent {
agent {
-
table
'go'
+
label
'go'
}
}
tools {
tools {
go 'go-1.16'
go 'go-1.16'