Pass branch to env

develop-jenkins
Nicolas Arenas 2024-10-22 20:45:59 +02:00
parent 2178e5d740
commit 016ed56b1c
1 changed files with 1 additions and 0 deletions

View File

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