This commit is contained in:
Milan Petrovic 2025-06-11 14:20:02 +02:00
parent ab32a205cd
commit 6d9a9f86cf

3
Jenkinsfile vendored
View file

@ -26,7 +26,8 @@ pipeline {
stage('Cred'){
steps {
withCredentials([usernamePassword(
credentialsId: DOCKERHUB_CREDS,
credentialsId: "580b959d-d40a-422f-a3d7-cf11b2ec7a4c",
//credentialsId: DOCKERHUB_CREDS,
//usernameVariable: '580b959d-d40a-422f-a3d7-cf11b2ec7a4cUsername'
// passwordVariable: '580b959d-d40a-422f-a3d7-cf11b2ec7a4cUsername'
usernameVariable: 'DOCKER_USER',