修改jenkis环境

This commit is contained in:
caoyuchun 2026-01-20 13:21:43 +08:00
parent 4fe6797574
commit d05f9c36d9

3
Jenkinsfile vendored
View File

@ -1,6 +1,9 @@
pipeline {
agent any
tools {
nodejs '22'
}
environment {
// 远程服务器配置
DEPLOY_HOST = '180.76.180.105'