This commit is contained in:
parent
dda07281f0
commit
b4b37221cd
@ -50,7 +50,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
- chmod +x run.sh
|
- chmod +x run.sh
|
||||||
- ./run.sh || echo "job build failed"
|
- ./run.sh || echo "job build failed"
|
||||||
|
|
||||||
- cd ludu-module-datacenter/ludu-module-datacenter-biz/
|
- cd /root/ludu-cloud/ludu-module-datacenter/ludu-module-datacenter-biz/
|
||||||
- chmod +x run.sh
|
- chmod +x run.sh
|
||||||
- ./run.sh || echo "datacenter build failed"
|
- ./run.sh || echo "datacenter build failed"
|
||||||
|
|
||||||
|
27
pom.xml
27
pom.xml
@ -128,29 +128,18 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<!-- 使用 huawei / aliyun 的 Maven 源,提升下载速度 -->
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>public</id>
|
<id>huaweicloud</id>
|
||||||
<name>aliyun nexus</name>
|
<name>huawei</name>
|
||||||
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>aliyunmaven</id>
|
||||||
|
<name>aliyun</name>
|
||||||
<url>https://maven.aliyun.com/repository/public</url>
|
<url>https://maven.aliyun.com/repository/public</url>
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>public</id>
|
|
||||||
<name>aliyun nexus</name>
|
|
||||||
<url>https://maven.aliyun.com/repository/public</url>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user