I am looking for CI which is integrated with JIRA. I found some good stuff for Jenkins but not for Travis CI.
Is any plugin is available for Travis CI - JIRA integration?
Thanks in advance
Related
My requirement:
My build pipeline is in Bamboo and Test integration pipeline is implemented in Jenkins. So once CI pipeline is completed in Bamboo, there should be a trigger from Bamboo to Jenkins job.
I'm aware this can be done via API call to Jenkins, however I also saw that there is some kind of plugin in Bamboo which can integrate with Jenkins.
I could not find the name of that plugin anywhere, can someone of you help me is providing the plugin name ?
Please do let me know for more question.
You might be referring to the following plugin: https://marketplace.atlassian.com/apps/1211284/webhook-to-jenkins-for-bitbucket. However, this plugin is for Bitbucket and not Bamboo. As far as I'm aware, there is no Jenkins specific plugin for Bamboo.
There is however a generic webhooks plugin for Bamboo: https://marketplace.atlassian.com/apps/1220844/webhooks-for-bamboo, which can be configured to trigger Jenkins at the end of a build.
what is the best approach for integrating on-premises linux Jenkins to Github enterprise?
YOu can use jenkins github plugin or just use git.
Create a Jenkins job with gitgub repo and create a hook in Github do start Jenkins jobs.
I have been using artifactory plugin with jenkins for a while now.
And I have come across the JFrog CLI and it says:
simplifying your automation scripts and making them more readable and easier to maintain
So is it high time for me to use JFrog CLI or stick with the Jenkins Artifactory Plug-in?
Any thoughts!
Jfrog CLI help a lot if you have a script as pipeline.
For example, a Bamboo sh script or a Jenkins pipeline in Groovy.
If you are using the Jenkins Artifactory plugin for Jenkins and don't need any extra feature I don't recommend you to change your method.
Jfrog CLI help a lot but is more easy to use the Jenkins Artifactory plug-in.
I am relatively new to Artifactory. We are using gardle artifactory plugin to publish the artifacts & also we are using Jenkins CI to automate builds.
In Artifactory Snapshot we have urls like (dev, stg, perf, prodfix) version & filename(abc-dev.jar).
1.) After dev build, I have to promote abc-dev.jar to stg URL(abc-stg.jar).similarly for rest of environment.
Kindly advise how we can achieve this.
In Jenkins, there's a Pipeline DSL that you can use to promote your builds. See the documentation here:
https://wiki.jenkins-ci.org/display/JENKINS/Artifactory+-+Working+With+the+Pipeline+Jenkins+Plugin
Looking for some information on how to setup Perforce and Jenkins for CI. Any kick start information will be greatly helpful.
You can use https://wiki.jenkins-ci.org/display/JENKINS/P4+Plugin
for Perforce Integration.
Also one of the key plugin you would need in future for CI would be https://wiki.jenkins-ci.org/display/JENKINS/Multijob+Plugin
You can use Perforce Plugin for jenkins. Check
this