Use proper variable

develop-jenkins
Nicolas Arenas 2024-10-22 20:48:30 +02:00
parent 016ed56b1c
commit b8eeb86a95
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pipeline {
DOCKER_CREDENTIALS = credentials('DOCKER_HUB_TOKEN')
DOCKER_TAG = "${env.BUILD_NUMBER}"
DOCKER_IMAGE_NAME = "oggui"
BRANCH_NAME = "${env.BRANCH_NAME}"
BRANCH_NAME = "${env.GIT_BRANCH}"
}
stages {
stage ('Checkout') {