This commit is contained in:
dxin
2025-11-15 18:18:24 +08:00
parent d607ad13d4
commit 0c1c8f6394
2 changed files with 15 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ pipeline {
}
stage('Maven 编译') {
steps {
sh "cd ${WORKSPACE}/ && mvn clean install -P sit -Dmaven.sit.skip=true"
sh "cd ${WORKSPACE}/ && mvn clean install -P sit -Dmaven.test.skip=true"
}
}
stage('同步新jar') {

View File

@@ -115,6 +115,20 @@ scrape_configs:
instance: weblessie-server1
# 海外服务器03==============================
# 海外服务器==============================
- job_name: 'weblessie-server2_node'
static_configs:
- targets: ['49.51.33.153:9100']
labels:
instance: weblessie-server2
- job_name: 'weblessie-server2-process-exporter'
static_configs:
- targets: ['49.51.33.153:9256']
labels:
instance: weblessie-server2
# 海外服务器==============================
# 海外服务器04==============================
- job_name: 'prod-lessie-server5_node'
static_configs: