diff --git a/ogWebconsole/Jenkinsfile b/ogWebconsole/Jenkinsfile index f65c6cb..368de3a 100644 --- a/ogWebconsole/Jenkinsfile +++ b/ogWebconsole/Jenkinsfile @@ -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]}"