Skip to content

MLE-32018 : add ML11 nightly to PDC - #472

Merged
rwinieski merged 1 commit into
developfrom
MLE-32018/Push-ML11-to-PDC
Aug 21, 2026
Merged

MLE-32018 : add ML11 nightly to PDC#472
rwinieski merged 1 commit into
developfrom
MLE-32018/Push-ML11-to-PDC

Conversation

@rwinieski

Copy link
Copy Markdown
Collaborator

Description

Add ML11 Nighty build to PDC

Checklist:

  • Owner:
  • JIRA_ID as part of branch/PR name

  • Rebase the branch with upstream

  • Squashed all commits into a single commit

  • Added Tests

  • Reviewer:
  • Reviewed Tests

  • Added to Release Wiki/Jira

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 publishing logic so MarkLogic 11 nightly Docker images are also pushed to PDC (in addition to the existing MarkLogic 12 behavior), aligning the CI publish step with the goal of making ML11 nightly available in PDC.

Changes:

  • Removed the marklogicVersion == "12" guard around publishing to the Sandbox PDC ACR so ML11 nightlies are published there as well.
  • Keeps the existing image tagging scheme for PDC (${marklogicVersion}-${dockerImageType} and ${marklogicVersion}-${dockerImageType}-${dockerVersion}).
Suppressed comments (1)

Jenkinsfile:449

  • After removing the version guard, the Sandbox PDC publish block is now indented one level deeper than the surrounding code, which hurts readability and looks like a leftover from the removed if block.
    // Publish to private ACR repositories that are used by PDC.
        // Publish to Sandbox PDC registry
        withCredentials([usernamePassword(credentialsId: 'PDC_SANDBOX_USER', passwordVariable: 'docker_password', usernameVariable: 'docker_user')]) {
            sh """
                echo "${docker_password}" | docker login --username ${docker_user} --password-stdin ${pdcSbRegistry}

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Jenkinsfile
@rwinieski
rwinieski merged commit 5e40735 into develop Aug 21, 2026
5 of 6 checks passed
@rwinieski
rwinieski deleted the MLE-32018/Push-ML11-to-PDC branch August 21, 2026 08:05
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