Compare commits

..

1 Commits

Author SHA1 Message Date
wpetit 837d5c6e53 chore(ci): release docker image
Cadoles/bouncer/pipeline/pr-develop This commit looks good Details
2023-07-07 10:06:36 -06:00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -63,7 +63,7 @@ pipeline {
script {
withCredentials([
usernamePassword([
credentialsId: 'forge-jenkins',
credentialsId: 'kipp-credentials',
usernameVariable: 'DOCKER_REGISTRY_USERNAME',
passwordVariable: 'DOCKER_REGISTRY_PASSWORD'
])