update id

This commit is contained in:
2026-03-07 05:31:19 +00:00
parent 7802854b32
commit 993b9f1d7c

2
Jenkinsfile vendored
View File

@@ -33,7 +33,7 @@ pipeline {
stage('Push to Registry') { stage('Push to Registry') {
steps { steps {
withCredentials([usernamePassword( withCredentials([usernamePassword(
credentialsId: 'https://jenkins.wrigglyt.xyz/manage/credentials/store/system/domain/_/credential/gitea_credentials', credentialsId: 'gitea_credentials',
usernameVariable: 'DOCKER_USER', usernameVariable: 'DOCKER_USER',
passwordVariable: 'DOCKER_PASS' passwordVariable: 'DOCKER_PASS'
)]) { )]) {