Skip to content

Commit a18ed27

Browse files
author
jicheng
committed
Merge release/2.319.1 into master - v1.3.0 性能优化
- 使用 release/2.319.1 的配置和代码 - 新增 useQuickFetch 选项 - 优先读取本地缓存分支信息 - 保留按提交时间排序功能
2 parents bbaa5e1 + ee50db5 commit a18ed27

6 files changed

Lines changed: 295 additions & 96 deletions

File tree

pom.xml

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.28</version>
8+
<version>4.40</version>
99
<relativePath />
1010
</parent>
1111

1212
<groupId>io.jenkins.plugins</groupId>
13-
<artifactId>active-git-branches</artifactId>
14-
<version>${changelist}</version>
13+
<artifactId>active-git-branches-plugin</artifactId>
14+
<version>1.3.0</version>
1515
<packaging>hpi</packaging>
1616

1717
<name>Active Git Branches Parameter</name>
@@ -24,27 +24,19 @@
2424
</license>
2525
</licenses>
2626

27-
<scm>
28-
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
29-
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
30-
<url>https://github.com/${gitHubRepo}</url>
31-
<tag>${scmTag}</tag>
32-
</scm>
33-
3427
<properties>
35-
<changelist>999999-SNAPSHOT</changelist>
36-
<jenkins.baseline>2.492</jenkins.baseline>
37-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
28+
<jenkins.version>2.319.1</jenkins.version>
29+
<java.level>11</java.level>
3830
<gitHubRepo>jenkinsci/active-git-branches-plugin</gitHubRepo>
39-
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
31+
<enforcer.skip>true</enforcer.skip>
4032
</properties>
4133

4234
<dependencyManagement>
4335
<dependencies>
4436
<dependency>
4537
<groupId>io.jenkins.tools.bom</groupId>
46-
<artifactId>bom-${jenkins.baseline}.x</artifactId>
47-
<version>5473.vb_9533d9e5d88</version>
38+
<artifactId>bom-2.319.x</artifactId>
39+
<version>1409.v7659b_c072f18</version>
4840
<scope>import</scope>
4941
<type>pom</type>
5042
</dependency>
@@ -81,13 +73,6 @@
8173
<groupId>org.jenkins-ci.plugins</groupId>
8274
<artifactId>scm-api</artifactId>
8375
</dependency>
84-
85-
<!-- Test dependencies -->
86-
<dependency>
87-
<groupId>org.jenkins-ci.plugins</groupId>
88-
<artifactId>structs</artifactId>
89-
<scope>test</scope>
90-
</dependency>
9176
</dependencies>
9277

9378
<repositories>

0 commit comments

Comments
 (0)