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

Commit ed8070a

Browse files
committed
Updated as per review comment
1 parent 3d944a7 commit ed8070a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public boolean isApplicable(
114114
@SuppressWarnings("rawtypes") Class<? extends AbstractProject> jobtype) {
115115
return true;
116116
}
117+
117118
@POST
118119
public FormValidation doCheckMatlabCommand(@QueryParameter String matlabCommand) {
119120
Jenkins.get().checkPermission(Jenkins.ADMINISTER);

0 commit comments

Comments
 (0)