mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2306 from shenhonglei/fix-issues-2305
fix-issues-2305-update-invalid-maven-cache
This commit is contained in:
commit
8ee0bfa113
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 的网络
|
||||
|
|
|
|||
Loading…
Reference in New Issue