test new build agent
All checks were successful
thrrgilag/jenkins-mercurial/pipeline/head This commit looks good
All checks were successful
thrrgilag/jenkins-mercurial/pipeline/head This commit looks good
This commit is contained in:
parent
ec2ce9a271
commit
f88534d4f2
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage('Build docker image') {
|
||||
agent { label 'docker-build' }
|
||||
agent { label 'testbuilder' }
|
||||
environment {
|
||||
TAG = "lts"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue