jenkins-infra / helpdesk

Open your Infrastructure related issues here for the Jenkins project
https://github.com/jenkins-infra/helpdesk/issues/new/choose
16 stars 10 forks source link

CD deployment failing for https://github.com/jenkinsci/lib-fips-bundle-test #4290

Closed olamy closed 2 weeks ago

olamy commented 2 weeks ago

Service(s)

Artifactory

Summary

CD release is failing https://github.com/jenkinsci/lib-fips-bundle-test/actions/runs/10857213543/job/30133288891

Despite configuration looking good (at least I hope) See https://github.com/jenkins-infra/repository-permissions-updater/pull/4089

Reproduction steps

No response

timja commented 2 weeks ago

Logs say this:

2024-09-14 18:32:11.918+0000 [id=1] INFO    o.c.g.r.c.PlainObjectMetaMethodSite#doInvoke: CD-enabled component 'lib-fips-bundle-test' in repository 'jenkinsci/lib-fips-bundle-test'
2024-09-14 18:32:11.918+0000 [id=1] WARNING java_util_logging_Logger$log$1#call: Unexpected path: io/jenkins/test/fips/fips-bundle-test for artifact ID: lib-fips-bundle-test

Although that's just a warning: https://github.com/jenkins-infra/repository-permissions-updater/blob/d81a0ad94972e3ec16d71918e7a6d7a87683bbde/src/main/groovy/io/jenkins/infra/repository_permissions_updater/ArtifactoryPermissionsUpdater.groovy#L200

timja commented 2 weeks ago

Might need someone with artifactory permissions to see what permissions are being applied

timja commented 2 weeks ago

re-reading the warning its clear the artifact ID was defined wrong, see https://github.com/jenkins-infra/repository-permissions-updater/pull/4092

olamy commented 1 week ago

re-reading the warning its clear the artifact ID was defined wrong, see jenkins-infra/repository-permissions-updater#4092

ah name is artifactId. Good catch. sorry for confusion