fix build label
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good
This commit is contained in:
parent
78a3d57bd6
commit
592ed4e8c7
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent none
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Build docker image') {
|
stage('Build docker image') {
|
||||||
agent { label 'test-build' }
|
agent { label 'docker-build' }
|
||||||
environment {
|
environment {
|
||||||
TAG = "${env.BRANCH_NAME == "main" ? "latest" : env.BRANCH_NAME}"
|
TAG = "${env.BRANCH_NAME == "main" ? "latest" : env.BRANCH_NAME}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue