Adobe CM Pipeline - Build Error | Community
Skip to main content
NageshRaja
Level 5
June 24, 2026
Question

Adobe CM Pipeline - Build Error

  • June 24, 2026
  • 0 replies
  • 0 views

Hi All,

 

I am getting the below issue - 

For the same commit id in Adobe Git, I got the deployment failed the first time but succeed the second time. 

Build #1 - 
22:27:04,861 [main] [INFO] Downloading from digital-mvn-build-dependencies: https://pkgs.dev.azure.com/cantire/_packaging/digital-mvn-build-dependencies/maven/v1/io/netty/netty-bom/4.2.15.Final/netty-bom-4.2.15.Final.pom
22:27:05,126 [main] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: io.netty:netty-bom:pom:4.2.15.Final (absent): Could not transfer artifact io.netty:netty-bom:pom:4.2.15.Final from/to central (https://repo.maven.apache.org/maven2): status code: 429, reason phrase: Too Many Requests (429) @ line 1169, column 25
 @ 

22:27:05,126 [main] [ERROR]   The project com.projA.aem:projAweb:1.0.0-SNAPSHOT (/build_root/build/projA-aemcs/pom.xml) has 1 error
22:27:05,127 [main] [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: io.netty:netty-bom:pom:4.2.15.Final (absent): Could not transfer artifact io.netty:netty-bom:pom:4.2.15.Final from/to central (https://repo.maven.apache.org/maven2): status code: 429, reason phrase: Too Many Requests (429) @ line 1169, column 25 -> [Help 2]
22:27:05,127 [main] [ERROR] 

 

I understand this is because the artifact could not be downloaded hence maven didn’t resolve the import BOM. Even if maven central was rate limiting temporarily.
Why would this be an intermittent issue? 

My sequence of builds is - SUCCESS - FAIL - SUCCESS - FAIL - FAIL over past 24 hours.

 

Thanks in advance,

NK