gradle jpi plugin:使用Gradle构建Jenkins插件 源码
Gradle JPI插件 这是用于构建用Groovy或Java编写的插件的Gradle插件。 与Gradle版本的兼容性 最新版本的JPI插件要求Gradle 6+才能使用高级依赖项管理功能。 对于Gradle 4.x或5.x版本,请使用JPI插件的0.38.0版本。 组态 将以下内容添加到您的build.gradle中: plugins { id ' org.jenkins-ci.jpi ' version ' 0.42.0 ' } group = ' org.jenkins-ci.plugins ' version = ' 1.2.0-SNAPSHOT ' description
文件列表
gradle-jpi-plugin:使用Gradle构建Jenkins插件
(预估有个142文件)
gradlew
6KB
GenerateSupportDynamicLoadingManifestTaskIntegrationSpec.groovy
8KB
GenerateJenkinsManifestTaskIntegrationSpec.groovy
8KB
JpiPublishingAndConsumptionTest.groovy
16KB
JenkinsVersionIntegrationSpec.groovy
13KB
AbstractManifestIntegrationSpec.groovy
18KB
ConfigurePublishingIntegrationSpec.groovy
10KB
InstallJenkinsServerPluginsTaskSpec.groovy
17KB
GenerateHplTaskSpec.groovy
10KB
JpiIntegrationSpec.groovy
19KB
暂无评论