浏览代码

修改docker配置

zq940222 2 月之前
父节点
当前提交
4cd049d902
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -49,7 +49,7 @@ pipeline {
             steps {
                 script {
                     withCredentials([usernamePassword(
-                        credentialsId: '41a5dc65-0283-4d56-ace5-36bc08350b08',
+                        credentialsId: '6ec7fc8d-859f-43ba-8ebc-337bedec055b',
                         usernameVariable: 'REGISTRY_USERNAME',
                         passwordVariable: 'REGISTRY_PASSWORD'
                     )]) {