Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

Ready API intergration with jenkins

$
0
0

We had migrated our project from soapui pro 5.1.2 to Ready API 1.2.2. so, install readyAPI 1.2.2 jenkins plug. When the try executing the test in jenkins. Bewlo are the error i was getting.

 

[INFO] ------------------------------------------------------------------------ [INFO] Building Testing 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Testing --- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory C:\jenkins\workspace\Target_API_Test\src\main\resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ Testing --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Testing --- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory C:\jenkins\workspace\Target_API_Test\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ Testing --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ Testing --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- ready-api-maven-plugin:1.2.2:test (1) @ Testing --- [INFO] Downloading: http://www.soapui.org/repository/maven2/eviware/reports/1.0/reports-1.0.pom [INFO] Downloading: http://repo.maven.apache.org/maven2/eviware/reports/1.0/reports-1.0.pom [INFO] Downloading: http://java.net/projects/maven-repository/eviware/reports/1.0/reports-1.0.pom[WARNING] The POM for eviware:reports:jar:1.0 is missing, no dependency information available [INFO] Downloading: http://www.soapui.org/repository/maven2/com/smartbear/ready-api-soapui/1.2.2/ready-api-soapui-1.2.2.jar [INFO] Downloading: http://repo.maven.apache.org/maven2/com/smartbear/ready-api-soapui/1.2.2/ready-api-soapui-1.2.2.jar [INFO] Downloading: http://java.net/projects/maven-repository/com/smartbear/ready-api-soapui/1.2.2/ready-api-soapui-1.2.2.jar[WARNING] Failed to getClass for com.eviware.soapui.maven2.TestMojo [JENKINS] Recording test results [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.387 s [INFO] Finished at: 2016-02-11T09:21:32-05:00 [INFO] Final Memory: 20M/169M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.smartbear:ready-api-maven-plugin:1.2.2:test (1) on project Testing: Execution 1 of goal com.smartbear:ready-api-maven-plugin:1.2.2:test failed: Plugin com.smartbear:ready-api-maven-plugin:1.2.2 or one of its dependencies could not be resolved: Could not transfer artifact com.smartbear:ready-api-soapui:jar:1.2.2 from/to SmartBearPluginRepository (http://www.soapui.org/repository/maven2/): GET request of: com/smartbear/ready-api-soapui/1.2.2/ready-api-soapui-1.2.2.jar from SmartBearPluginRepository failed: Connection reset -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException[JENKINS] Archiving C:\jenkins\workspace\Target_API_Test\pom.xml to API_Testing/Testing/0.0.1-SNAPSHOT/Testing-0.0.1-SNAPSHOT.pom channel stopped [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level C:\jenkins\workspace\Target_API_Test\TargetProjectReports to /var/lib/jenkins/jobs/Target_API_Test/builds/2016-02-11_14-19-23/htmlreports/API_Test_Results Finished: FAILURE


Viewing all articles
Browse latest Browse all 20755