set build agent
This commit is contained in:
parent
f88534d4f2
commit
afc70f7ecb
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build docker image') {
|
stage('Build docker image') {
|
||||||
agent { label 'testbuilder' }
|
agent { label 'docker-build' }
|
||||||
environment {
|
environment {
|
||||||
TAG = "lts"
|
TAG = "lts"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue