Soapui Test failing in Azure DevOps pipeline
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021
07:13 AM
10-14-2021
07:13 AM
Soapui Test failing in Azure DevOps pipeline
Hello,
I was able to execute soapui test scripts successfully in azure pipelines few months back. Now I am encountering following error causing script failure in pipeline:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.150 s
[INFO] Finished at: 2021-10-14T14:05:12Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project soapui-maven-plugin: failed to get report for org.apache.maven.plugins:maven-surefire-report-plugin : Plugin com.smartbear.soapui:soapui-maven-plugin:5.5.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.smartbear.soapui:soapui-maven-plugin:jar:5.5.0: Could not transfer artifact com.smartbear.soapui:soapui-maven-plugin:pom:5.5.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [smartbear-sweden-plugin-repository (http://www.soapui.org/repository/maven2/, default, releases+ snapshots)] -> [Help 1]
[ERROR]
Any suggestion on the resolution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2021
12:49 AM
10-29-2021
12:49 AM
HI,
this seems an error with the repository configured for maven, probably the repository is not more reachable
you should have a look to the maven settings, usually located in ~/.m2/settings.xml
Have a look to this thread there is a cloud solution for this:
https://stackoverflow.com/questions/66980047/maven-build-failure-dependencyresolutionexception
