修改jenkis环境
This commit is contained in:
parent
4fe6797574
commit
d05f9c36d9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,6 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
tools {
|
||||||
|
nodejs '22'
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
// 远程服务器配置
|
// 远程服务器配置
|
||||||
DEPLOY_HOST = '180.76.180.105'
|
DEPLOY_HOST = '180.76.180.105'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user