update id
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -33,7 +33,7 @@ pipeline {
|
||||
stage('Push to Registry') {
|
||||
steps {
|
||||
withCredentials([usernamePassword(
|
||||
credentialsId: 'https://jenkins.wrigglyt.xyz/manage/credentials/store/system/domain/_/credential/gitea_credentials',
|
||||
credentialsId: 'gitea_credentials',
|
||||
usernameVariable: 'DOCKER_USER',
|
||||
passwordVariable: 'DOCKER_PASS'
|
||||
)]) {
|
||||
|
||||
Reference in New Issue
Block a user