How to distribute the iOS/Android builds to the multiple access group through Jenkins pipeline
We have used the Jenkins pipeline for releasing the iOS builds and android builds to the bitbar using the "runInCloud" plugin method. We need to distribute the build to multipleaccess groups in an automated way. How to automatically distribute the build to the access group from Jenkins "runInCloud"? Which parameter do I need to use in the runInClound?614Views0likes0CommentsReboot PC during test execution and retain Jenkins connection
Hi, I am currently working on a desktop application upgrade testing which requires multiple reboots of the environment (VM) during test execution. I am planning to schedule this using Jenkins. The test script works well when run manually. However, when run using Jenkins, because of the reboot, the connection is lost and Jenkins reports it as a failure with the message. 20:12:10 [TestComplete] Test runner exit code: 1073807364 May I know if anyone has come across such a problem and any viable solutions please. Thank you1.1KViews0likes2CommentsNeed help to setup Jenkins job using project from Git
Hi All. I have a composite project in GITHUB. I installed the ReadyAPI in jenkins server. Now I want to run readyAPI test cases from Jenkins jobs. which has to pick the project from github. How can I achieve this? I'm strugging to find the information. Anyhelp would be appreciated .Solved1.7KViews0likes1CommentUnable to publish results. via jenkins to zephyr enterprise EC2 server
Summary: I have zephyr running on AWS ec2 machine along with zbot. Also I have jenkins job which publish results from testng-results.xml to zephyr post build action. after build success the Automation folder doesnt create the test cases ran. Its empty. My setup: - project repo is present on :home/ec2-user/preojectrepo/ - Jenkins post build action Test result file is :preojectrepo/target/surefire-reports/junitreports/*.xml - Parser - JUnit See attached screenshot for your reference. What am I missing ? Thank you in advance. - Hemant1.8KViews0likes1CommentHow can I run two or more testitems by jenkinsfile?
Hello! What I'm trying to do is to test the new tests that my team is creating before integrating them to the production test branch. So I'm thinkink in, when a tester do a pull request, jenkins will run the new test in the pull request branch to see if it's working. So, in short, instead of running the full test project in those cases, I want to run only the test step that opens the system, the new test which the tester is resquesting to pull and the test step that closes the system. Is there a way for me to, when I call the testcomplete by jenkinsfile, set as parameters more than one test item of a project? Something like this: ,1.3KViews0likes4CommentsTests are failing on Jenkins
Tests are failing on Jenkins with error Please specify endpoints and restart your test. I have added endpoints in <con:service type="SOAP" name="xyz"> <con:endpoint authProfile="No Authorization">https://foo</con:endpoint> </con:service> Tests are running fine on my local machine503Views0likes2CommentsJenkins TestComplete remote audio testing
I'm using TestComplete plugin in Jenkins to run automated testing on Jenkins-Slave machine. I'm running TestComplete in interactive mode. But I need to execute audio tests in the slave machine and need to run an interactive session with Remote audio playback option (Play on remote computer) as in RDP settings. Currently, in TestComplete plugin there's only option to set the screen resolution. Is there any way to select remote audio playback?Solved1.1KViews0likes1CommentTest runner exit code: -10 (Unable to create a user session).
Hello! I have a CI environment with jenkins where I'm trying to configure TestExecute to run functional testes. I have three machines that I want to use as jenkins slaves. I had succes in prepare one of those machines and in this case, the tests are running fine, but, in the other ones, I'm getting the error message "Test runner exit code: -10 (Unable to create a user session)." and I have no more ideas how to proceed. Additional informations: The jenkins is configured by jenkinsfile. The test stages are defined like this: def cred = 'TESTECOMPLETE_CRED' if ("${env.NODE_NAME}" == "SkyOne_QA"){ cred = 'TESTECOMPLETE_CRED_SKYONE' } stage('Test Run Persona') { testcompletetest actionOnErrors: 'MAKE_FAILED', actionOnWarnings: 'MAKE_UNSTABLE', launchType: 'lcProject', project: 'nsjPersona', suite: 'TestesFuncionais.pjs', useTCService: true, credentialsId: cred } In one of those 3 machines, the tests are running perfectly. In both the jenkins slave agents are installed as a service and the testcomplete service have permissions to run in interactive session. Finally, I saw the document with instructions about how to prepare a machine to run tests. I tried to cunfigure those two machines like the document says, but I had no success. I hope you can help-me with this. Thanks a lot!3.6KViews0likes10CommentsJenkins exit code result
im using TC plugin thur pipeline running in interactive mode, my setup is i run a series of project. I need to get the result of each project run by getting the exit code on each project that run do make additional steps depend on the requirement. I used the /exportSummary to try to parse the result but for some reason this is not working.4.3KViews0likes5CommentsJenkins Jobs and Code Source Management with GIT - G drive
Hi everyone , Is someone can help about Code Source Managemement in my Jenkins / TestComplete jobs that are running on a windows server 2016 ? We (our team) are about to add a GIT Code source Management on our Jenkins Jobs. We set the "TestComplete Service 14" requiered for Jenkins. -> Running fine. We test adding a GIT Code source Management andsee that Jenkins use a G Drive for that. In my project , I use parameters that are set to run for D Drive. By this way our Test can launch other objects like powershell commands. - I have no G drive on my computer - I create my test with the D drive. So we are wondering how to go further and manage this ? We have some ideas of solutions and wants to find the good way before going further : - Should we have to do a .ini file with different Settings ? ...if running with D or G ? - adding a G drive on my computer , .... it's seems strange for me to do that. Maybe there are others way to do .... ? asking you to have the best practice for this. Thanks you for helps Regards. Nicolas1.8KViews0likes9Comments