test new build agent
All checks were successful
thrrgilag/jenkins-mercurial/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-08-09 08:01:11 -07:00
parent ec2ce9a271
commit f88534d4f2

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
} }
stages { stages {
stage('Build docker image') { stage('Build docker image') {
agent { label 'docker-build' } agent { label 'testbuilder' }
environment { environment {
TAG = "lts" TAG = "lts"
} }