mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
pls work
This commit is contained in:
parent
ab32a205cd
commit
6d9a9f86cf
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -26,7 +26,8 @@ pipeline {
|
||||||
stage('Cred'){
|
stage('Cred'){
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: DOCKERHUB_CREDS,
|
credentialsId: "580b959d-d40a-422f-a3d7-cf11b2ec7a4c",
|
||||||
|
//credentialsId: DOCKERHUB_CREDS,
|
||||||
//usernameVariable: '580b959d-d40a-422f-a3d7-cf11b2ec7a4cUsername'
|
//usernameVariable: '580b959d-d40a-422f-a3d7-cf11b2ec7a4cUsername'
|
||||||
// passwordVariable: '580b959d-d40a-422f-a3d7-cf11b2ec7a4cUsername'
|
// passwordVariable: '580b959d-d40a-422f-a3d7-cf11b2ec7a4cUsername'
|
||||||
usernameVariable: 'DOCKER_USER',
|
usernameVariable: 'DOCKER_USER',
|
||||||
|
|
Loading…
Reference in a new issue