Merge pull request #2306 from shenhonglei/fix-issues-2305

fix-issues-2305-update-invalid-maven-cache
This commit is contained in:
KubeSphere CI Bot 2022-02-16 16:04:47 +08:00 committed by GitHub
commit 8ee0bfa113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ The Jenkins Agent mounts the directories by Docker Volume on the node. The pipel
The default file path of Maven settings is `maven` and the configuration file path is `/opt/apache-maven-3.5.3/conf/settings.xml`. Execute the following command to get the content of Maven settings.
```bash
kubectl get cm -n kubesphere-devops-system ks-devops-agent -o yaml
kubectl get cm -n kubesphere-devops-worker ks-devops-agent -o yaml
```
### Network of Maven Pod

View File

@ -45,7 +45,7 @@ Jenkins Agent 通过节点上的 Docker 存储卷 (Volume) 挂载目录。流水
Maven 设置的默认文件路径是 `maven`,配置文件路径是 `/opt/apache-maven-3.5.3/conf/settings.xml`。执行以下命令获取 Maven 的设置内容。
```bash
kubectl get cm -n kubesphere-devops-system ks-devops-agent -o yaml
kubectl get cm -n kubesphere-devops-worker ks-devops-agent -o yaml
```
### Maven Pod 的网络