Skip to content

MLE-29737: Remove MarkLogic 10 builds from pipeline (remove marklogicVersion=10 lines)#453

Merged
sumanthravipati merged 1 commit into
developfrom
MLE-29737_remove-ml10-pipeline-builds
May 22, 2026
Merged

MLE-29737: Remove MarkLogic 10 builds from pipeline (remove marklogicVersion=10 lines)#453
sumanthravipati merged 1 commit into
developfrom
MLE-29737_remove-ml10-pipeline-builds

Conversation

@sumanthravipati
Copy link
Copy Markdown
Collaborator

Summary

Removes all MarkLogic 10 build entries from the Jenkins pipeline. This includes
daily and weekly cron triggers for UBI and UBI-rootless SCAP image builds, the
marklogicVersion==10 conditional branch inside copyRPMs(), and the "10" option
from the marklogicVersion choice parameter.

Root cause

MarkLogic 10 has reached end-of-life and no longer requires automated pipeline builds.

Fix

Deleted 3 cron entries (2 daily, 1 weekly) with marklogicVersion=10, removed the
if (marklogicVersion == "10") branch from copyRPMs(), and updated the choice
parameter from '12\n11\n10' to '12\n11'.

Validation

  • grep marklogicVersion=10 Jenkinsfile: 0 matches (PASS)
  • make lint: skipped (Docker daemon not available in local environment)

Copilot AI review requested due to automatic review settings May 22, 2026 17:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Jenkins pipeline to stop building MarkLogic Server 10 images now that MarkLogic 10 is end-of-life, keeping automated builds focused on currently supported versions.

Changes:

  • Removed the marklogicVersion == "10" handling in copyRPMs() (including the b10/10.0 nightly selection).
  • Deleted the nightly/weekly parameterizedCron triggers that ran MarkLogic 10 builds on develop.
  • Removed the "10" option from the marklogicVersion choice parameter (now only 12 and 11).

@sumanthravipati sumanthravipati merged commit bcd6f56 into develop May 22, 2026
6 checks passed
@sumanthravipati sumanthravipati deleted the MLE-29737_remove-ml10-pipeline-builds branch May 22, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants