文件名称:updatebot-plugin:用于fabric8的updatebot的Jenkins管道插件
文件大小:36KB
文件格式:ZIP
更新时间:2024-02-21 12:03:20
dependency-manager continuous-integration continuous-delivery updatebot ContinuousintegrationJava
Updatebot插件 | | 是一个通过Pull请求更新源代码中依赖项的机器人。 Updatebot Jenkins插件提供了一种在内使用的简便方法 例 这是在管道中使用updateBotPush()步骤的示例: node { stage( ' Release ' ) { git ' https://github.com/jstrachan-testing/updatebot-npm-sample.git ' // TODO do the actual release first... // TODO wait for the release to be in maven central... } stage( ' UpdateBot ' ) { // now lets update any dependent projects with this new release // using the local file system as the tag
【文件预览】:
updatebot-plugin-master
----.gitignore(353B)
----src()
--------main()
----LICENSE(11KB)
----CHANGELOG.md(622B)
----pom.xml(6KB)
----readme.md(2KB)
----Jenkinsfile(125B)
----Jenkinsfile.release(930B)