|
@@ -27,10 +27,12 @@ public class PipelineTemplateTable {
|
|
|
|
|
|
|
|
//模板名
|
|
//模板名
|
|
|
public static final String SPRINGBOOT_JAVA8 = "SPRINGBOOT_JAVA8";
|
|
public static final String SPRINGBOOT_JAVA8 = "SPRINGBOOT_JAVA8";
|
|
|
|
|
+ public static final String SPRINGBOOT_JAVA17 = "SPRINGBOOT_JAVA17";
|
|
|
public static final String NODE_10 = "NODE_10";
|
|
public static final String NODE_10 = "NODE_10";
|
|
|
public static final String NODE_12 = "NODE_12";
|
|
public static final String NODE_12 = "NODE_12";
|
|
|
public static final String NODE_14 = "NODE_14";
|
|
public static final String NODE_14 = "NODE_14";
|
|
|
public static final String NODE_16 = "NODE_16";
|
|
public static final String NODE_16 = "NODE_16";
|
|
|
|
|
+ public static final String NODE_18 = "NODE_18";
|
|
|
public static final String MYSQL = "MYSQL";
|
|
public static final String MYSQL = "MYSQL";
|
|
|
public static final String SONAR_JAVA8 = "SONAR_JAVA8";
|
|
public static final String SONAR_JAVA8 = "SONAR_JAVA8";
|
|
|
|
|
|
|
@@ -44,7 +46,9 @@ public class PipelineTemplateTable {
|
|
|
templateNames.add(NODE_12);
|
|
templateNames.add(NODE_12);
|
|
|
templateNames.add(NODE_14);
|
|
templateNames.add(NODE_14);
|
|
|
templateNames.add(NODE_16);
|
|
templateNames.add(NODE_16);
|
|
|
|
|
+ templateNames.add(NODE_18);
|
|
|
templateNames.add(SPRINGBOOT_JAVA8);
|
|
templateNames.add(SPRINGBOOT_JAVA8);
|
|
|
|
|
+ templateNames.add(SPRINGBOOT_JAVA17);
|
|
|
templateNames.add(MYSQL);
|
|
templateNames.add(MYSQL);
|
|
|
templateNames.add(SONAR_JAVA8);
|
|
templateNames.add(SONAR_JAVA8);
|
|
|
}
|
|
}
|