Update Jenkinsfile

This commit is contained in:
木鱼和金鱼 2026-01-22 16:37:25 +08:00 committed by GitHub
parent 931d93729a
commit a62afadfc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
environment { environment {
// 远程服务器配置 // 远程服务器配置
DEPLOY_HOST = credentials('deploy-host-168') DEPLOY_HOST = credentials('deploy-host-168')
DEPLOY_USER = credentials('deploy-user-138') DEPLOY_USER = credentials('deploy-user-168')
SSH_CREDENTIALS_ID = 'deploy-ssh168-key' SSH_CREDENTIALS_ID = 'deploy-ssh168-key'
DEPLOY_PATH = '/www/wwwroot/gitadmin.localgitserver.com/ai' DEPLOY_PATH = '/www/wwwroot/gitadmin.localgitserver.com/ai'
// 如果需要 SSH 密钥,可以在 Jenkins 中配置 SSH credentials // 如果需要 SSH 密钥,可以在 Jenkins 中配置 SSH credentials