Skip to content

Commit 7499272

Browse files
authored
Add SCM Skip to the managed set (#4357)
1 parent a488b4c commit 7499272

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

bom-2.462.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@
195195
<artifactId>theme-manager</artifactId>
196196
<version>262.vc57ee4a_eda_5d</version>
197197
</dependency>
198+
<dependency>
199+
<groupId>net.plavcak.jenkins</groupId>
200+
<artifactId>scmskip</artifactId>
201+
<version>50.vfb_3a_f04242a_a_</version>
202+
</dependency>
198203
<dependency>
199204
<groupId>org.6wind.jenkins</groupId>
200205
<artifactId>lockable-resources</artifactId>

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,11 @@
731731
<artifactId>mina-sshd-api-sftp</artifactId>
732732
<version>${mina-sshd-api.version}</version>
733733
</dependency>
734+
<dependency>
735+
<groupId>net.plavcak.jenkins</groupId>
736+
<artifactId>scmskip</artifactId>
737+
<version>66.ve200ee8116cd</version>
738+
</dependency>
734739
<dependency>
735740
<groupId>org.6wind.jenkins</groupId>
736741
<artifactId>lockable-resources</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,11 @@
660660
<artifactId>mina-sshd-api-sftp</artifactId>
661661
<scope>test</scope>
662662
</dependency>
663+
<dependency>
664+
<groupId>net.plavcak.jenkins</groupId>
665+
<artifactId>scmskip</artifactId>
666+
<scope>test</scope>
667+
</dependency>
663668
<dependency>
664669
<groupId>org.6wind.jenkins</groupId>
665670
<artifactId>lockable-resources</artifactId>

0 commit comments

Comments
 (0)