Cypress Cloud integration with Jenkins Pipeline. #29659
Replies: 1 comment
-
got resolved by its own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I want to run a pipeline from Jenkins using my Cypress cloud.
I have set my project id in the cypress config, and the record key is set in the Jenkins credential and i am using that in my pipeline.
I am using the following pipeline script:
pipeline {
agent { label 'Built_In' }
}
When executing the pipeline, following things are observed as attached in the screenshot, (i have not used SV REPO Here, directly using cypress cloud for the run)
as you can see, most of the things work, but it gets stuck at RUNNING: CREATE APP.cy.js and it keeps on loading till forever and eventually i have to cancel it.
Also the pipeline makes a hit on Cypress Cloud:
here i have used SVN REPO*
I have also tried using SVN repository and the Jenkinsfile method to run it but it gets stuck on RUNNING CREATEAPP.CY.JS part.
I dont know whats wrong with this, and i have met a dead end.
Can some please help me in this regard?
Beta Was this translation helpful? Give feedback.
All reactions