Skip to content

Commit 687638d

Browse files
committed
[I-Build] Promote Equinox drops only for I-builds
For Y-builds and others, Equinox drops are not of interest.
1 parent 4c97747 commit 687638d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ pipeline {
407407
}
408408
}
409409
stage('Equinox') {
410+
when {
411+
environment name: 'BUILD_TYPE', value: 'I'
412+
}
410413
stages {
411414
stage('Gather Equinox parts') {
412415
tools {

JenkinsJobs/Cleanup/cleanupBuilds.jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ pipeline {
5555
steps {
5656
sshagent (['projects-storage.eclipse.org-bot-ssh']) {
5757
removeSurplusBuildDrops("${EP_EQUINOX_DROPS}", 'I', EQUINOX_RETENTION_COUNT)
58-
removeSurplusBuildDrops("${EP_EQUINOX_DROPS}", 'Y', EQUINOX_RETENTION_COUNT)
5958
}
6059
}
6160
}

0 commit comments

Comments
 (0)