Squash4Jenkins - Documentation - jenkins

I have come to know there is now a new plugin available to trigger a build and get the results in Squash TM. Can someone please tell me if there is any available documentation on how to implement this plugin? thanks

The plugin has just been released on Jenkins marketplace.
You can find the documentation on this page.
Regards,
Marion

Related

How is "jenkins pipeline steps" documentation of a plugin updated

We are currently contributing to this Jenkins plugin which allows querying InfluxDB to fail a build based on queries:
https://github.com/jenkinsci/influxdb-query-plugin
A version has been released and we updated Jenkins wiki:
https://wiki.jenkins.io/display/JENKINS/InfluxDB+Query+Plugin
But this documentation is not editable and we guess generated from code analysis or plugin help page:
https://jenkins.io/doc/pipeline/steps/influxdb-query/
So could someone explain what needs to be done to have this documentation updated or point me to the documentation explaining it ?
The documentation for the pipeline steps is updated via an automated job based on the released plugin.
Per answer provided by Daniel Beck:
https://github.com/jenkins-infra/pipeline-steps-doc-generator/blob/c810a08f50f34d688eb69ec2ebab96947440f71d/Jenkinsfile#L5
The job runs over the weekend.
reference : https://groups.google.com/forum/m/#!msg/jenkinsci-dev/Xo2kWiY2hoI/y-EU8x4QBQAJ

Deciding which changesets go in Jenkins Build

I am trying to create a build in Jenkins, from certain changesets made in TFS.
I want to be able to decide which changesets should go in the build and which should be excluded.
I saw an earlier question How do you build from a specific TFS 2008 Changeset in Jenkins? which provided the answer using labels. Haven't tried it yet. But the question is 3 yrs old and I wanted to know if anyone has found an answer.
Any help would be appreciated. If it is not possible in Jenkins, please suggest any other tool that provides such functionality.
Atlassian Bamboo with TFS Repository Plugin
provides a solution for you :)
https://bitbucket.org/stellaritysoftware/tfs-repository-plugin/wiki/Home#!34-build-from-a-label-or-a-revision
BTW I've been looking around the tfs-plugin and although the docs doesn't mention "specific checkout by changeSet" I think there is a good chance that setting the VERSION_SPEC variable to change-set value, might do the trick for you.

How JIRA and Subversion is integrated and how to use it?

I spent some time in both JIRA website and here, but still couldn't figure out. I have background from ClearCase ClearQuest and RTC. e.g. in CCCQ integration, when a developer check-out a file, he can select a task/bug from CQ due to the integration.
I installed JIRA and Subvertion, and JIRA Subversion plugin. Now couldn't figure out how to achieve the same I do with CCCQ integration.
Please give me a step-by-step instructions. Thanks.
Jirong
Here you go, from the Atlassian documentation: https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Subversion

How to create defect automatically in jira for the failed build on Bamboo?

We want to create a defect/task in Jira automatically for a failed build in Bamboo. And need to assign this defect to the person who broke the build.
How to do these two things?
Thanks.
There is an open JIRA issue regarding this -- BAM-2537 -- watch it, vote for it - maybe they'll add it to the product.
The comments from Top 5 Reasons Creating JIRA Issues from Bamboo Makes Your Team Awesome-r also discuss what you're after.
Have a look at Atlassian CLI. There's already a good answer on StackOverflow.
Can Bamboo change status of tickets in JIRA
This is not "out of the box" solution, of course, and requires some additional work.

Is there any way to integrate Mylyn with Bitbucket?

Bitbucket has an issue tracker, can it be turned into Mylyn tasks?
FYI - here is a fork of that original mylyn connector project that is active. I installed it using the wiki notes today and it seems to work without a problem.
https://bitbucket.org/pplupo/bitbucket-mylyn-connector/wiki/Home
Here is what I found https://bitbucket.org/shuji.w6e/bitbucket-mylyn-connector/
Haven't used it personally though.

Resources