Bind Jenkins Builds to specific nodes (#2253)
This commit is contained in:
parent
35e71e5f95
commit
6ba110c90a
@ -3,6 +3,7 @@ pipeline {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
args '-u root:root -v "/tmp/gomod":/go/pkg/mod'
|
||||
label 'gerrit'
|
||||
}
|
||||
}
|
||||
options {
|
||||
|
@ -3,6 +3,7 @@ pipeline {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
args '-u root:root -v "/tmp/gomod":/go/pkg/mod'
|
||||
label 'main'
|
||||
}
|
||||
}
|
||||
options {
|
||||
|
Loading…
Reference in New Issue
Block a user