Skip to content

chore(pipeline): cleanup#2398

Merged
lemeurherve merged 5 commits into
jenkinsci:masterfrom
lemeurherve:cleanup-pipeline
Jul 8, 2026
Merged

chore(pipeline): cleanup#2398
lemeurherve merged 5 commits into
jenkinsci:masterfrom
lemeurherve:cleanup-pipeline

Conversation

@lemeurherve

@lemeurherve lemeurherve commented Jul 7, 2026

Copy link
Copy Markdown
Member

This change is a cleanup of the pipeline to get a cleaner base to work on #2397, and as small QoL improvement for replays with all targets defined at the same place on top instead of all over the pipeline.

Changes:

Testing done

CI

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

@lemeurherve lemeurherve requested a review from a team as a code owner July 7, 2026 17:54
@lemeurherve lemeurherve marked this pull request as draft July 7, 2026 18:04
@lemeurherve lemeurherve marked this pull request as ready for review July 7, 2026 18:15
Comment thread Jenkinsfile
Comment on lines +135 to +136
for (t in linuxTargets) {
def targetToBuild = t

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

why not this?

Suggested change
for (t in linuxTargets) {
def targetToBuild = t
for (targetToBuild in linuxTargets) {

@lemeurherve lemeurherve Jul 7, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Because otherwise all branches have the same last value of linuxTargets.

Confirmed with a replay:

image

@lemeurherve lemeurherve merged commit cba0c6a into jenkinsci:master Jul 8, 2026
20 checks passed
@lemeurherve lemeurherve deleted the cleanup-pipeline branch July 8, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants