Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Nov 18, 2025

Having issues on Jenkins, just want to get dynamic stages in place for now.

Copilot AI review requested due to automatic review settings November 18, 2025 14:09
@github-actions
Copy link

github-actions bot commented Nov 18, 2025

Copyright Validation Results
Total: 1 | Passed: 0 | Failed: 0 | Skipped: 1 | at: 2025-11-18 14:42:46 UTC | commit: bbf3b48

⏭️ Skipped (Excluded) Files

  • Jenkinsfile

✅ All files have valid copyright headers!

Copy link

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 removes parallel execution configuration from the Jenkins pipeline and reverts to sequential stage execution. The change is being made to address Jenkins issues while maintaining the dynamic stage generation functionality.

Key changes:

  • Moved agent configuration from individual stages to pipeline level
  • Removed parallel execution wrapper for regression test stages
  • Consolidated cleanup operations into a post-always block

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Jenkinsfile Outdated
Comment on lines 266 to 272
post {
always {
junit '**/build/**/TEST*.xml'
updateWorkspacePermissions()
tearDownDocker()
}
}
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

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

The post block is placed at the wrong indentation level. It appears to be inside the 'regressions' stage's script block, but post blocks should be direct children of stage blocks, not nested within script blocks. This should be moved to be a sibling of the 'when' and 'steps' blocks of the 'regressions' stage.

Copilot uses AI. Check for mistakes.
BillFarber
BillFarber previously approved these changes Nov 18, 2025
Having issues on Jenkins, just want to get dynamic stages in place for now.
@rjrudin rjrudin force-pushed the feature/parallel-stages branch from bc1db6d to bbf3b48 Compare November 18, 2025 14:42
@rjrudin rjrudin merged commit 57ad84e into develop Nov 18, 2025
4 checks passed
@rjrudin rjrudin deleted the feature/parallel-stages branch November 21, 2025 16:23
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