Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions JenkinsJobs/Builds/build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,24 +186,13 @@ pipeline {
$BASE_BUILDER_ECLIPSE_EXE \
-debug -consolelog -data $CJE_ROOT/$TMP_DIR/workspace-toolsinstall \
-application org.eclipse.equinox.p2.director \
-repository ${ECLIPSE_RUN_REPO},https://download.eclipse.org/cbi/updates/p2-analyzers/products/nightly/latest \
-installIU org.eclipse.pde.api.tools,org.eclipse.cbi.p2repo.analyzers \
-repository ${ECLIPSE_RUN_REPO},https://download.eclipse.org/cbi/updates/p2-analyzers/tools/nightly/latest \
-installIU org.eclipse.pde.api.tools,org.eclipse.cbi.p2repo.analyzers.feature.feature.group \
-profile SDKProfile
'''
}
}
}
stage('Download reference repo for repo reports'){
steps {
dir("${CJE_ROOT}/mbscripts") {
sshagent(['projects-storage.eclipse.org-bot-ssh']) {
sh '''#!/bin/bash -xe
./mb030_downloadBuildToCompare.sh $CJE_ROOT/buildproperties.shsource 2>&1
'''
}
}
}
}
stage('Aggregator maven build'){
environment {
KEYRING = credentials('secret-subkeys-releng.asc')
Expand Down Expand Up @@ -365,7 +354,7 @@ pipeline {
$BASE_BUILDER_ECLIPSE_EXE \
-application org.eclipse.cbi.p2repo.analyzers.repoReport \
-data $CJE_ROOT/$TMP_DIR/workspace-report -vmargs -Xmx1g \
-DreferenceRepo=$CJE_ROOT/$TMP_DIR/$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER/$BASEBUILD_ID \
-DreferenceRepo=https://download.eclipse.org/eclipse/updates/${PREVIOUS_RELEASE_REPO_ID}/${BASEBUILD_ID} \
-DreportRepoDir=${PLATFORM_REPO_DIR} \
-DreportOutputDir=${DROP_DIR}/${BUILD_ID}/buildlogs

Expand Down
1 change: 0 additions & 1 deletion cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ STREAMMinor="40"
STREAMService="0"
TMP_DIR="tmp"
DOWNLOAD_HOST="download.eclipse.org"
BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
LOCAL_REPO="localMavenRepo"
NEXT_JAVA_RELEASE_DATE=""

Expand Down
31 changes: 0 additions & 31 deletions cje-production/mbscripts/mb030_downloadBuildToCompare.sh

This file was deleted.

Loading