diff --git a/.gitmodules b/.gitmodules index c990633a21f..3996ace0b93 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,7 +25,8 @@ url = https://github.com/eclipse-platform/eclipse.platform.swt.git [submodule "eclipse.platform.ui"] path = eclipse.platform.ui - url = https://github.com/eclipse-platform/eclipse.platform.ui.git + branch = svg-capability-org.eclipse.ui + url = https://github.com/HeikoKlare/eclipse.platform.ui.git [submodule "equinox.binaries"] path = equinox.binaries url = https://github.com/eclipse-equinox/equinox.binaries.git diff --git a/Jenkinsfile b/Jenkinsfile index c6f9b1f79eb..371669c051a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,11 +16,6 @@ pipeline { MAVEN_OPTS = '-Xmx3800m' } stages { - stage('Use master') { - steps { - sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"' - } - } stage('Deploy parent-pom and SDK-target') { when { anyOf { @@ -104,7 +99,9 @@ pipeline { .*log,*/target/work/data/.metadata/.*log,\ */tests/target/work/data/.metadata/.*log,\ apiAnalyzer-workspace/.metadata/.*log,\ - eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*' + eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*,\ + eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*.zip,\ + eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*.tar.gz' } } }