An open API service indexing awesome lists of open source software.

https://github.com/xiyoo0812/gocd-artifactory-plugin

GoCD task plugin to upload Artifacts to Jfrog Repository.
https://github.com/xiyoo0812/gocd-artifactory-plugin

Last synced: 14 days ago
JSON representation

GoCD task plugin to upload Artifacts to Jfrog Repository.

Awesome Lists containing this project

README

        

GoCD task plugin to upload Artifacts to Jfrog Repository.

*用法:*

下载JAR文件放到 `/plugins/external`,然后重启gocd服务器!

*编译:*

```
#编译
mvn compile
#打包jar
mvn package
```