Ai
4 Star 0 Fork 0

Gitee 极速下载/subversion-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jenkinsci/subversion-plugin
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Jenkinsfile 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark Waite 提交于 2025-12-10 18:25 +08:00 . Test with Java 25 (#367)
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 25],
[platform: 'windows', jdk: 21],
])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/subversion-plugin.git
git@gitee.com:mirrors/subversion-plugin.git
mirrors
subversion-plugin
subversion-plugin
master

搜索帮助