Hello,
I’m releasing a new version of `aws-codepipeline` plugin by executing `mvn release:prepare release:perform`. The command failed on attempt to upload JAR file: ``` [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD FAILURE [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 18.079 s [INFO] [INFO] Finished at: 2023-10-31T11:44:20-07:00 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy (default-deploy) on project aws-codepipeline: Failed to deploy artifacts: Could not transfer artifact com.amazonaws:aws-codepipeline:jar:0.47 from/to repo.jenkins-ci.org (https://repo.jenkins-ci.org/releases): status code: 403, reason phrase: (403) -> [Help 1] ``` At the same time, I can see that 3 other files have been uploaded for the new release https://repo.jenkins-ci.org/releases/com/amazonaws/aws-codepipeline/0.47/. So, the new release directory contains just 3 files instead of 5. Can it cause issues for the plugin users? If so, how can we fix that ? -- Thank you, Egor -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAF%2BOLR8Mmj82uRZ4En0BRzJGB16iQEmmBRyXRV030Q9CBCqPDQ%40mail.gmail.com.
