mirror of
https://e.coding.net/circlecloud/SimpleProtect.git
synced 2024-11-22 01:49:03 +00:00
update jenkins url...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
a552914002
commit
647a5c402d
3
pom.xml
3
pom.xml
@ -65,7 +65,7 @@
|
|||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>citycraft-repo</id>
|
<id>citycraft-repo</id>
|
||||||
<url>http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/</url>
|
<url>${jenkins.url}/plugin/repository/everything/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>Plugin Metrics</id>
|
<id>Plugin Metrics</id>
|
||||||
@ -94,5 +94,6 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
@ -3,7 +3,7 @@ description: ${project.description}
|
|||||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
author: 喵♂呜
|
author: 喵♂呜
|
||||||
website: http://ci.citycraft.cn:8800/jenkins/job/${project.artifactId}/
|
website: ${jenkins.url}/job/${project.artifactId}/
|
||||||
commands:
|
commands:
|
||||||
simpleprotect:
|
simpleprotect:
|
||||||
description: 简单保护插件
|
description: 简单保护插件
|
||||||
|
Loading…
Reference in New Issue
Block a user