Browse Source

修改docker配置

zq940222 2 months ago
parent
commit
e71cfb0efa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Jenkinsfile

+ 4 - 0
Jenkinsfile

@@ -1,6 +1,10 @@
 pipeline {
     agent any
 
+    tools {
+        maven 'Maven-3.8.5'
+    }
+
     parameters {
         choice(name: 'ENV', choices: ['prod'], description: '部署环境')
         choice(name: 'SERVICE', choices: ['gateway', 'work', 'oa', 'authorization', 'admin', 'bi', 'crm', 'job', 'examine', 'hrm'], description: '选择要部署的微服务')