File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
integration-tests/alias-test Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
11
"12.2.1" : " WLS_12CR2" ,
12
12
"12.2.1.3" : " WLS_12CR2" ,
13
13
"12.2.1.4" : " WLS_12CR2" ,
14
- "14.1" : " WLS_14"
14
+ "14.1" : " WLS_14" ,
15
+ "15.1" : " WLS_15"
15
16
},
16
17
"definitions" : {
17
18
"WLS_11G" : {
45
46
"serverGroupsToTarget" : [ ],
46
47
"rcuSchemas" : [ ],
47
48
"isJrfInstalled" : false
49
+ },
50
+ "WLS_15" : {
51
+ "baseTemplate" : " Basic WebLogic Server Domain" ,
52
+ "extensionTemplates" : [ ],
53
+ "customExtensionTemplates" : [ ],
54
+ "serverGroupsToTarget" : [ ],
55
+ "rcuSchemas" : [ ],
56
+ "isJrfInstalled" : false
48
57
}
49
58
}
50
59
}
Original file line number Diff line number Diff line change 1
- def versions_to_generate = [ "14 .1.2 .0.0" ]
1
+ def versions_to_generate = [ "15 .1.1 .0.0" ]
2
2
3
3
pipeline {
4
4
agent any
You can’t perform that action at this time.
0 commit comments