Skip to content

DOPS-236: Build cortex unity v4 on main branch - #76

Merged
QuyetThangNguyen merged 1 commit into
developfrom
DOPS-236
Aug 12, 2026
Merged

DOPS-236: Build cortex unity v4 on main branch#76
QuyetThangNguyen merged 1 commit into
developfrom
DOPS-236

Conversation

@QuyetThangNguyen

@QuyetThangNguyen QuyetThangNguyen commented Aug 12, 2026

Copy link
Copy Markdown

Rovo Dev code review: Rovo Dev has reviewed this pull request
Any suggestions or improvements have been posted as pull request comments.

@atlassian

atlassian Bot commented Aug 12, 2026

Copy link
Copy Markdown

The issue is ready for review, and the acceptance criteria have been met:

  • ✅ Update unity plugin v4 to use Cortex on main branch

Check Jira issue

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

Updates the Jenkins declarative pipeline to build against the Cortex Unity main job and adds upstream triggering so this plugin pipeline can automatically run after Cortex builds succeed.

Changes:

  • Switch non-product Cortex dependency resolution from develop to main.
  • Add an upstream trigger (Cortex → this pipeline) based on the current branch name.
  • Tighten when conditions for develop and release/** stages by requiring specific build causes, and remove the dedicated master stage.
Suppressed comments (1)

.jenkins/application/Jenkinsfile:117

  • Same as the develop stage: excluding BranchIndexingCause means a newly-discovered release/** branch may not run this build stage on its first indexed build.
                    anyOf {
                        triggeredBy 'UserIdCause'
                        triggeredBy 'UpstreamCause'
                        triggeredBy 'BranchEventCause'
                    }

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

Comment thread .jenkins/application/Jenkinsfile
Comment thread .jenkins/application/Jenkinsfile
@QuyetThangNguyen
QuyetThangNguyen merged commit c1851ce into develop Aug 12, 2026
1 check passed
@QuyetThangNguyen
QuyetThangNguyen deleted the DOPS-236 branch August 12, 2026 09:04
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