Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 33bca55

Browse files
authored
Merge pull request #109 from mathworks/revert-107-2.1.1-SNAPSHOT-DSL-Qualification
Revert "2.1.1 snapshot dsl qualification"
2 parents 99ac0b5 + a773e67 commit 33bca55

17 files changed

+13
-817
lines changed

pom.xml

Lines changed: 9 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>3.57</version>
7+
<version>3.4</version>
88
<relativePath />
99
</parent>
1010
<artifactId>matlab</artifactId>
@@ -20,7 +20,7 @@
2020
</developers>
2121

2222
<properties>
23-
<jenkins.version>2.164.3</jenkins.version>
23+
<jenkins.version>2.7.3</jenkins.version>
2424
<java.level>8</java.level>
2525
</properties>
2626

@@ -52,57 +52,14 @@
5252
<url>http://github.com/jenkinsci/matlab-plugin</url>
5353
<tag>HEAD</tag>
5454
</scm>
55-
<dependencyManagement>
56-
<dependencies>
57-
<dependency>
58-
<groupId>io.jenkins.tools.bom</groupId>
59-
<artifactId>bom-2.164.x</artifactId>
60-
<version>4</version>
61-
<scope>import</scope>
62-
<type>pom</type>
63-
</dependency>
64-
</dependencies>
65-
</dependencyManagement>
66-
<dependencies>
67-
68-
<!-- Pipeline Step dependencies -->
69-
70-
<dependency>
71-
<groupId>org.jenkins-ci.plugins</groupId>
72-
<artifactId>matrix-project</artifactId>
73-
</dependency>
7455

75-
<dependency>
76-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
77-
<artifactId>workflow-step-api</artifactId>
78-
</dependency>
79-
<dependency>
80-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
81-
<artifactId>workflow-api</artifactId>
82-
</dependency>
83-
84-
<!-- Jenkins workflow test dependencies -->
85-
86-
<dependency>
87-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
88-
<artifactId>workflow-basic-steps</artifactId>
89-
<scope>test</scope>
90-
</dependency>
91-
<dependency>
92-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
93-
<artifactId>workflow-cps</artifactId>
94-
<scope>test</scope>
95-
</dependency>
96-
<dependency>
97-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
98-
<artifactId>workflow-durable-task-step</artifactId>
99-
<scope>test</scope>
100-
</dependency>
101-
<dependency>
102-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
103-
<artifactId>workflow-job</artifactId>
104-
<scope>test</scope>
105-
</dependency>
56+
<dependencies>
57+
<!-- https://mvnrepository.com/artifact/org.jenkins-ci.plugins/matrix-project -->
58+
<dependency>
59+
<groupId>org.jenkins-ci.plugins</groupId>
60+
<artifactId>matrix-project</artifactId>
61+
<version>1.14</version>
62+
</dependency>
10663
</dependencies>
10764

10865
<build>

src/main/java/com/mathworks/ci/MatlabStepExecution.java

Lines changed: 0 additions & 82 deletions
This file was deleted.

src/main/java/com/mathworks/ci/RunMatlabCommandBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private EnvVars getEnv() {
6161
return this.env;
6262
}
6363

64-
64+
@Symbol("RunMatlabCommand")
6565
@Extension
6666
public static class RunMatlabCommandDescriptor extends BuildStepDescriptor<Builder> {
6767

src/main/java/com/mathworks/ci/RunMatlabCommandStep.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/main/java/com/mathworks/ci/RunMatlabTestsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected Object readResolve() {
185185
}
186186

187187

188-
188+
@Symbol("RunMatlabTests")
189189
@Extension
190190
public static class RunMatlabTestsDescriptor extends BuildStepDescriptor<Builder> {
191191

0 commit comments

Comments
 (0)