Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quietly skipped incrementals deployment after retry #4002

Open
jglick opened this issue Mar 19, 2024 · 0 comments
Open

Quietly skipped incrementals deployment after retry #4002

jglick opened this issue Mar 19, 2024 · 0 comments
Assignees

Comments

@jglick
Copy link

jglick commented Mar 19, 2024

Service(s)

ci.jenkins.io

Summary

@olamy noticed that jenkinsci/ec2-plugin#951 did not publish to Incrementals. Plugin metadata looks OK. From the steps run in https://ci.jenkins.io/job/Plugins/job/ec2-plugin/job/PR-951/1/flowGraphTable/ I can infer that incrementals got set correctly but archivedArtifacts did not, which may be a consequence of https://ci.jenkins.io/job/Plugins/job/ec2-plugin/job/PR-951/1/execution/node/20/log/ failing and then retrying. I suspect https://github.com/jenkins-infra/pipeline-library/blob/a55180931b34012ef0736828b22416b7043693cb/vars/buildPlugin.groovy#L68-L72 is in the wrong place: it should be outside the retry loop (jenkins-infra/pipeline-library#405), and in fact it should probably be outside the branch closure as well.

Reproduction steps

No response

@jglick jglick added the triage Incoming issues that need review label Mar 19, 2024
@dduportal dduportal self-assigned this Mar 19, 2024
@dduportal dduportal removed the triage Incoming issues that need review label Mar 19, 2024
@dduportal dduportal added this to the nfra-team-sync-2024-03-26 milestone Mar 19, 2024
@dduportal dduportal removed this from the infra-team-sync-2024-04-02 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants