set build agent
Some checks failed
thrrgilag/jenkins-mercurial/pipeline/head This commit looks good
git.dreamfall.space/jenkins-mercurial/pipeline/head There was a failure building this commit

This commit is contained in:
Morgan McMillian 2024-08-09 09:25:54 -07:00
parent f88534d4f2
commit afc70f7ecb

2
Jenkinsfile vendored
View file

@ -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"
} }