fix build label
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-11-10 10:00:30 -08:00
parent 78a3d57bd6
commit 592ed4e8c7

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent none
stages {
stage('Build docker image') {
agent { label 'test-build' }
agent { label 'docker-build' }
environment {
TAG = "${env.BRANCH_NAME == "main" ? "latest" : env.BRANCH_NAME}"
}