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.
- Host: GitHub
- URL: https://github.com/xiyoo0812/gocd-artifactory-plugin
- Owner: xiyoo0812
- License: apache-2.0
- Created: 2022-08-01T09:37:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T02:10:37.000Z (over 2 years ago)
- Last Synced: 2025-05-07T08:58:27.982Z (14 days ago)
- Language: Java
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoCD task plugin to upload Artifacts to Jfrog Repository.
*用法:*
下载JAR文件放到 `/plugins/external`,然后重启gocd服务器!
*编译:*
```
#编译
mvn compile
#打包jar
mvn package
```