Not able to configure Allure reports with Bamboo with allure for bamboo plugin - bamboo

Could you please guide me about integration of Allure with Bamboo. I am trying with below versions to integrate:
Atlassian Bamboo version: 5.9.10
Allure for Bamboo: Version 1.7.0 • Bamboo Server 5.10.3 - 6.5.0
Allure Plugin: Version 1.1 • Bamboo Server 5.13.2 - 6.0.5
I've installed the first version of Allure Plugin, the v1.0, but I was not able to configure anything from the tool. I've also checked on a deployment projects if there was an Allure option available to use, but I didn't see anything neither. About installing the binary on bamboo's server, I'm not able to do that, and without that I'm not able to generate the necessary capability for this plugin. Also the documentation said that we can allow Allure to automatically update the binary, but all the modules from this plugin are enabled and no one of them says anything about letting bamboo to update the binary.
I am able to generate allure reports locally, Please help me for how to generate allure reports with bamboo .

As the version of Allure Plugin supports Bamboo 5.13+, it is recommended that you upgrade Bamboo to the latest supported version, so that you can contact the respective vendor when you encounter issues.

Related

Allure2 How to integrate it with Jira Xray

I am trying to integrate Allure2 reports with Jira plugin called Xray. So far i managed to generate those reports on local machine and on Jenkins server in pipeline job with Allure plugin.
Also i see that there is an actual Allure plugin called xray-plugin on Allure Framework GitHub, however instructions how to use this plugin are not clear enough for me (for example, where one should put those Jira env variables?).
Can someone here explain in more clear manner how to integrate Allure2 with x-ray?

Don't know how to export report in sonarqube 6.0

I checked all through the web, but can't find any way to export report to pdf.
5.6.1 version, I heard that i can use governor plugin to export report.
but once I put it in plugin directory in sonarqube6.0 and anaylize, prompt show me error like this,
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.0.2:sonar (default-cli) on project euTemplate: Unable to register extension com.sonar.governance.task.A.A from plugin 'governance': Lorg/sonar/batch/bootstrap/BatchWsClient;: org.sonar.batch.bootstrap.BatchWsClient -> [Help 1]
I think it's because of version....
Currently, there is no free plugin available to generate an executive level report. You need to go to https://docs.sonarqube.org/display/PLUG/Governance+Plugin and https://www.sonarsource.com/why-us/products/plugins/governance.html then purchase an Enterprise edition from Sonarsource to enable the Governance plugin. (You can also get the trial version for two weeks)
I had the same error when upgrading to SonarQube 6.0. I contacted SonarSource and apparently the Governance plugin is not compatible with SonarQube 6.0 yet, only with the LTS version.
if you want to install and use the governance plugin of SonarSource, you have to contact SonarSource and buy a Enterprise plan license.

Mule and Gradle build tool

Questions:
1) Can I use Mule(3.7) application with Gradle, is it fully supported?
2) Continuous Integration runs with Gradle and Jenkins for other non Mule based applications in our organization, can I have local Maven build with Anypoint studio and CI with Gradle? Is there any issues with this kind of configuration, since Mule is well built with Maven build tool?
I have gone through the Gradle plugin for Mule here
Yes, you can use it but it is not a MuleSoft officially supported tool. Here is the link to the GitHub project. The problem with using two different build tools is that the configuration will probably get out of sync at some point. Anypoint Studio doesn't provide a very complete Maven support anyway, so you could just use Gradle and update Studio dependencies manually or try using an Eclipse Gradle plugin. This can still be out of sync, but will have to maintain only Gradle config.

Hudson integration for Maven projects

I have few maven projects.They have testNG test cases too.Tests run fine.Now I want to integrate the projects with Hudson for getting basic features such as subversion updates, test reports, sending email etc.Projects are built in java 1.5.What is the hudson compatible version for Java 1.5 and also gives the possibility to add maven 2 module, configure subversion.The version I downloaded had some java version issues.Then I replaces the jar which was causing issue but still could not configure the project for svn stuff.Please help me, is there a guide of step by step walk through...Thank you in advance
What is the hudson compatible version for Java 1.5 ?
As you have already figured out, the latest Hudson versions require Java 6. However, the Java JRE that Hudson runs on IS NOT the Java JRE/JDK that your project will use to compile, test, and package itself in Maven.
The version of Java Hudson uses to compile your project is an option you select in the Hudson UI (Manage Hudson). In fact, Hudson can compile and test your Maven project against multiple versions of Java if you wish.
This is a powerful capability of Hudson that is not immediately obvious. See the following screenshot for details:
So the bottom line is this: Use the latest version of Hudson (or Jenkins) and set the JDK installation to v1.5.

FindBugs Plugin In NetBeans.

I get the following error when I try to install FindBugs plugin in Netbeans. Can anyone help me how to resolve -
The plugin org.apache.commons.lang is requested in version 2.4.0.
The following plugin is affected:       FindBugs
Some plugins require plugin Settings API to be installed.
The plugin Settings API is requested in version >= 1.33.1 but only 1.31.1 was found. The following plugin is affected:       FindBugs
Some plugins require plugin UI Utilities API to be installed.
The plugin UI Utilities API is requested in version >= 7.39.1 but only 7.31.2 was found.
The following plugin is affected:       FindBugs
Some plugins not installed to avoid potential installation problems.
As it is answered here, you might be using an old ScanOnDemand plugin, you can add the latest Development Plugins to your Plugins: Plugins > Settings Tab > Add and use the following URL to add a new NB Plugins source:
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz
I have tried this solvation, added the source above with name 'Plugin Resource' and checked available plugins. There, Findbugs Integration plugin appeared and installed successfully. When i restarted the ide to finish the installation, it generated an error and never started again.
Thus, i have downloaded netbeans 7.3 from this link and replaced with the old one (7.0.1) on my computer. Now Findbugs plugin is availabe in the list of available plugins without any additional configuration and works flawless. I recommend you to upgrade your ide to 7.3 and solve your problem. This will fix the problems that may occure in the future because of the lack of version of your current netbeans ide.
In addition, after updating the ide, you can use the findbugs plugin installing from this source. This plugin provides to use findbugs explicitly from the inspector.