File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 25
25
url = https://github.com/eclipse-platform/eclipse.platform.swt.git
26
26
[submodule "eclipse.platform.ui "]
27
27
path = eclipse.platform.ui
28
- url = https://github.com/eclipse-platform/eclipse.platform.ui.git
28
+ branch = svg-capability-org.eclipse.ui
29
+ url = https://github.com/HeikoKlare/eclipse.platform.ui.git
29
30
[submodule "equinox.binaries "]
30
31
path = equinox.binaries
31
32
url = https://github.com/eclipse-equinox/equinox.binaries.git
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ pipeline {
16
16
MAVEN_OPTS = ' -Xmx3800m'
17
17
}
18
18
stages {
19
- stage(' Use master' ) {
20
- steps {
21
- sh ' git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
22
- }
23
- }
24
19
stage(' Deploy parent-pom and SDK-target' ) {
25
20
when {
26
21
anyOf {
@@ -104,7 +99,9 @@ pipeline {
104
99
.*log,*/target/work/data/.metadata/.*log,\
105
100
*/tests/target/work/data/.metadata/.*log,\
106
101
apiAnalyzer-workspace/.metadata/.*log,\
107
- eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*'
102
+ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*,\
103
+ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*.zip,\
104
+ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*.tar.gz'
108
105
}
109
106
}
110
107
}
You can’t perform that action at this time.
0 commit comments