7 Star 62 Fork 18

北京光宇在线科技有限公司 / jenkins-json-build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
SunWeiSheng 提交于 2020-08-14 18:50 . init
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.bluersw.jenkins.libraries</groupId>
<artifactId>jenkins-json-build-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Global Shared Library - Parent</name>
<description>依靠Jenkins共享类库(Shared Libraries)机制,使用JSON配置文件驱动构建过程,以便于剥离Jenkinsfile脚本的的编写和抽象复用Jenkins构建的执行过程。</description>
<modules>
<module>unit-tests</module>
</modules>
</project>
Groovy
1
https://gitee.com/beijing-guangyu-online/jenkins-json-build.git
git@gitee.com:beijing-guangyu-online/jenkins-json-build.git
beijing-guangyu-online
jenkins-json-build
jenkins-json-build
master

搜索帮助