Update credentials

develop-jenkins
Nicolas Arenas 2024-10-22 21:06:55 +02:00
parent 564c592a13
commit 11410146b2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline {
agent { label 'jenkins-slave' }
environment {
DOCKER_REPO = "opengnsys"
DOCKER_CREDENTIALS = credentials('DOCKER_HUB_TOKEN')
DOCKER_CREDENTIALS = credentials('docker-hub-credentials')
DOCKER_TAG = "${env.BUILD_NUMBER}"
DOCKER_IMAGE_NAME = "oggui"
BRANCH_NAME = "${GIT_BRANCH.split("/")[1]}"