This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 2222 <properties >
2323 <jenkins .version>2.164.3</jenkins .version>
2424 <java .level>8</java .level>
25+ <hpi .compatibleSinceVersion>3.0.0</hpi .compatibleSinceVersion>
2526 </properties >
2627
2728 <name >MATLAB Plugin</name >
6465 </dependencies >
6566</dependencyManagement >
6667 <dependencies >
67-
68- <!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins/matrix-project -->
69- < dependency >
70- < groupId >org.jenkins-ci.plugins</ groupId >
71- < artifactId >matrix-project</ artifactId >
72- <!-- <version>1.14</version> -- >
73- </dependency >
68+
69+ <!-- Pipeline Step dependencies -->
70+
71+ < dependency >
72+ < groupId >org.jenkins-ci.plugins</ groupId >
73+ < artifactId >matrix-project</ artifactId >
74+ </dependency >
7475
75- <!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-step-api -->
7676 <dependency >
7777 <groupId >org.jenkins-ci.plugins.workflow</groupId >
7878 <artifactId >workflow-step-api</artifactId >
79- <!-- <version>2.22</version> -->
8079 </dependency >
81- <!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-api -->
8280 <dependency >
8381 <groupId >org.jenkins-ci.plugins.workflow</groupId >
8482 <artifactId >workflow-api</artifactId >
85- <!-- <version>2.23</version> -->
8683 </dependency >
84+
8785 <!-- Jenkins workflow test dependencies -->
8886
8987 <dependency >
You can’t perform that action at this time.
0 commit comments