Hi team! Anyone has faced the following exception while building a plugin for Jenkins on https://ci.jenkins.io/ <https://ci.jenkins.io/> ?
org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.jenkins-ci.main:jenkins-war:jar:war-for-test:2.164.1 in azure-incrementals (https://repo.azure.jenkins.io/incrementals/ <https://repo.azure.jenkins.io/incrementals/>) You can see the error here: https://ci.jenkins.io/job/Plugins/job/rapiddeploy-plugin/job/master/2/execution/node/89/log/ <https://ci.jenkins.io/job/Plugins/job/rapiddeploy-plugin/job/master/2/execution/node/89/log/> I’m building the plugin with a very simple Jenkinsfile step (https://github.com/jenkinsci/rapiddeploy-plugin/blob/master/Jenkinsfile <https://github.com/jenkinsci/rapiddeploy-plugin/blob/master/Jenkinsfile>): buildPlugin(configurations: buildPlugin.recommendedConfigurations()) But if I remove the recommended configurations, it works fine! :-| buildPlugin() Why is there a configuration combination that doesn’t work? Any idea why this happens? Big thanks! :-) Rafa -- Rafael Ruiz Palacios Software Engineer MidVision Ltd 4 Prince Albert Road Regent's Park London NW1 7SN M (Spain) +34 635 43 08 70 M (Uk) +44 754 324 2681 T +44 203 368 8980 www.MidVision.com -- 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/52F7056E-8749-4C49-A6FF-9B61E223A180%40midvision.com. For more options, visit https://groups.google.com/d/optout.
