Skip to content

Commit c0a835e

Browse files
committed
[REMOVE] Try-out addition of svg requirement
1 parent e32e10f commit c0a835e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
url = https://github.com/eclipse-platform/eclipse.platform.swt.git
2626
[submodule "eclipse.platform.ui"]
2727
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
2930
[submodule "equinox.binaries"]
3031
path = equinox.binaries
3132
url = https://github.com/eclipse-equinox/equinox.binaries.git

Jenkinsfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ pipeline {
1616
MAVEN_OPTS = '-Xmx3800m'
1717
}
1818
stages {
19-
stage('Use master') {
20-
steps {
21-
sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
22-
}
23-
}
2419
stage('Deploy parent-pom and SDK-target') {
2520
when {
2621
anyOf {
@@ -104,7 +99,9 @@ pipeline {
10499
.*log,*/target/work/data/.metadata/.*log,\
105100
*/tests/target/work/data/.metadata/.*log,\
106101
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'
108105
}
109106
}
110107
}

0 commit comments

Comments
 (0)