I was using the delivery pipeline in jenkins and it was working fine but when I am going to create new pipeline it giving the error like.
"Error communicating to server!"
NOTE: My Jenkins is running fine with build-pipeline.
Could you pls provide your inputs why is happening...
Need to re-install the delivery plugin and restart the Jenkins. Issue resloved.
Related
I am trying to execute a CI/CD project. Everytime i am trying to create a job and trying to save my job it pops up an error. I have gone through a few issues available on the internet, but none of them have resolved the issue.
Can anybody help in this regard? Thanks
Tomcat 9 Server
Java 16.0.1
Jenkins 2.361.1
I would suggest do following:
Check the Jenkins logs on server and try to fix.
If don't work, try to restart your Jenkins.
Dear I am having the following error in my jenkins server, I can not establish the correct connection, in local jenkins it works correctly
Can someone guide me or had something similar
Jenkins local
I keep running into the same error with my setup. I want to configure jenkins and gitlab to automatically build some code on push events. I´m running the docker version of gitlab, while jenkins is running on localhost.
I tried setting up GitLab Jenkins Integration according to the documentation but the connection is continuously refused and I am asked to check my jenkins details(which are 100% correct, since Im using the standard configuration.)
When I tried setting up the webhook manually I´m confronted with a 422 error:
Picture of the response body
I think that this problem might be connected to the fact that I´m trying to set up everything locally. Any help would be appreciated.
From time to time my pipeline fails due to an HTTP request error 401, while trying to get the jenkins file from BitBucket. In this case, instead of crashing with an error message, I'd like to print a friendly error message and possibly send an email.
Is there a way to check for connectivity to the BitBucket server, before trying to run the pipeline? If this is not possible, can I catch this error somehow, and take action on it?
I'm guessing this would have to be something built into Jenkins, or on the Jenkins server, since my jenkins file resides within the repository on the BitBucket server.
An thoughts would be greatly appreciated, as I'm a Jenkins novice.
I am trying to use Zephyr For Jira Test Management Plugin in Jenkins to create test cases automaticly and update their status. What works is that Jenkins creates test case and it is fine, but issue is that it hangs and not updates Jira's issue (pass/fail). Does anyone know is it a bug or am I doing something wrong?
Connection is working and validated:
Connection image
Plugin gets information at post build actions: Post build config
Jenkins console output says that build is successful, and then hangs: Success message and hanging
Error message from cmd that I don't understand: Error message
I got it working. At the post build actions (second picture), publish test results to Zephyr for Jira - changed from cycle Ad hoc, to New Cycle. And it worked!