I am new to Jenkins and Remedy and I would like to know if any of you managed to create automatically a ticket in Remedy using Jenkins when a Jenkins pipeline deployed successfully.
If any of you knows how to or has some hints please let me know.
Kind regards
Related
I'm new to jenkins. I wanted to know how can we rollback to previous build if the build got failed. I'm using SVN as my version control and my jenkins is installed on AWS ec2 instance. I've read a lot of articles but none of them were satisfying.
Someone please help....
I am new to Jenkins and looking for to create job on Jenkins in order to clear tempfiles of server. Can some one please assist me how to create a job and script?
Also share steps for the same.
We are allowing customers to manage infrastructure using Jenkins by specifying configuration in GitHub; when the configuration is merged to master a deployment pipeline runs to reconcile the configuration.
If there is an issue with the pipeline we want to raise this by creating an issue in GitHub describing what went wrong and allowing customers to comment /apply to rerun the pipeline. We are currently able to trigger the pipeline with PR comments (after ticking the Issue comments box in our webhook configuration) but issue comments are not being picked up.
Is it possible to trigger a pipeline on issue comments in Jenkins?
Jenkins version: 2.219
I'm trying to configure webhook between Jenkins and Bit bucket for a particular branch.
After this, Jenkins job should start if any changes happen in that specific branch, but the first job is triggering when changes happen for any branch.
After that, webhook is working as expected. It will create a problem to copy the existing job as new and forget to check the job trigger.
Is there anyone who faced any issues like this or am I doing any wrong configuration to setup webhook?
By using this Bitbucket Plugin you can specify the branch name as an option in your job configuration.
I installed the jenkins site monitor plugin but I don't see any option in jenkins job. Even it is visible in manage jenkins-> Configure System.
Can someone please help here how to create a site monitor jenkins job , where can I find it while creating job ?
I found it inside the "Add post-build action".