This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
src/main/java/com/mathworks/ci Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jenkins-ci.plugins</groupId >
88 <artifactId >plugin</artifactId >
9- <<<<<<< HEAD
10- <version >4.47</version >
11- =======
129 <version >4.75</version >
13- >>>>>>> dev_main
1410 <relativePath />
1511 </parent >
1612
2925 <email >continuous-integration@mathworks.com</email >
3026 </developer >
3127 </developers >
32- <<<<<<< HEAD
33- <properties >
34- <jenkins .version>2.350</jenkins .version>
35- <java .level>8</java .level>
36- </properties >
37- <name >MATLAB Plugin</name >
38- <description >Jenkins plugin for MATLAB</description >
39- <url >https://github.com/jenkinsci/matlab-plugin</url >
40- =======
41-
42- >>>>>>> dev_main
4328 <licenses >
4429 <license >
4530 <name >MIT License</name >
7863 <dependencies >
7964 <dependency >
8065 <groupId >io.jenkins.tools.bom</groupId >
81- <<<<<<< HEAD
82- <artifactId >bom-2.346.x</artifactId >
83- <version >1763.v092b_8980a_f5e</version >
84- <scope >import</scope >
85- =======
8666 <artifactId >bom-${jenkins.baseline}.x</artifactId >
8767 <version >2543.vfb_1a_5fb_9496d</version >
88- >>>>>>> dev_main
8968 <type >pom</type >
9069 <scope >import</scope >
9170 </dependency >
Original file line number Diff line number Diff line change @@ -45,15 +45,12 @@ public class MatlabBuilderConstants {
4545 public static final String TEST_RESULTS_VIEW_ARTIFACT = "matlabTestResults" ;
4646 public static final String BUILD_ARTIFACT = "buildArtifact" ;
4747
48- <<<<<<< HEAD
4948 // MATLAB Test Result Statuses
5049 public static final String PASSED = "Passed" ;
5150 public static final String FAILED = "Failed" ;
5251 public static final String INCOMPLETE = "Incomplete" ;
5352 public static final String NOT_RUN = "NotRun" ;
5453
55- =======
56- >>>>>>> dev_main
5754 public static final String NEW_LINE = System .getProperty ("line.separator" );
5855
5956 // MATLAB Runner Script
You can’t perform that action at this time.
0 commit comments