another typo

This commit is contained in:
Milan Petrovic 2025-06-11 14:07:39 +02:00
parent 0735d09dfb
commit 92fc2b57be

2
Jenkinsfile vendored
View file

@ -31,7 +31,7 @@ pipeline {
def imageTag = "${DOCKER_HUB_USER}/${dockerRepo}:${GIT_COMMIT_SHORT}"
withCredentials([usernamePassword(
credentialsId: DOCKERHUB_CREDES,
credentialsId: DOCKERHUB_CREDS,
usernameVariable: 'DOCKER_USER',
passwordVariable: 'DOCKER_PASS'
)]) {