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

Commit d10a5c3

Browse files
author
Nikhil Bhoski
committed
Removed old symbols for pipeline steps.
1 parent 8b04dbb commit d10a5c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private void setEnv(EnvVars env) {
5656
this.env = env;
5757
}
5858

59-
@Symbol("Matlab")
59+
6060
@Extension
6161
public static final class UseMatlabVersionDescriptor extends BuildWrapperDescriptor {
6262

0 commit comments

Comments
 (0)