Integration of Bamboo with Rational Functional Tester

dadasaheb created the topic: Integration of Bamboo with Rational Functional Tester Hello, Is is Possible to run the scripts using Bamboo? which were written on Rational Functional…

Read More

Move Wps Installation To Another Server

msiexpert created the topic: Move WPS installation to another server We need to move our WPS installation to another server. The database is running on a different…

Read More

New For This Community

harichandra created the topic: new for this community Hi Friends, this is sudhakar, im learning build tool(ANT) . can anyone guide me on ANT like workflow and…

Read More

Memory Usage In UNIX

aparna created the topic: memory usage in Unix I have a map file and I need to test this file and get all the information about the…

Read More

Anyone Interested In Starting An Atlassian Tools Discussion?

mfeighner created the topic: Anyone interested in Starting an Atlassian Tools Discussion? Anyone interested in Starting an Atlassian Tools Discussion? mfeighner replied the topic: Anyone interested in…

Read More

Average Salary For Build Engineer

what is the Average salary for build engineer in the current market (2yrs). Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked…

Read More

Configration Manager Needed – Artech Infosystems – Mumbai

Currently we are in search of candidates ready to join on immediate basis or 0-30 days max notice period only (Urgent Requirement), for the requirement with one…

Read More

Hiring: Build & Release Engg – 3+Yrs Exp

scmjobs created the topic: Hiring: Build & Release Engg – 3+yrs exp Hiring: Build & Release Engg – 3+yrs exp – experience in MKS Administration is a…

Read More

Infinite Refresh Issues In Buildforge

rajeshkumar created the topic: Infinite Refresh issues in BuildForge Today i have got strange issues in Buildforge which is Refreshing Infinite times in loop though Maximum Refreshes…

Read More

Certification

pavani created the topic: Certification Hello Any certification available for Software configuration management, If yes, where can I do certification training in Bangalore and how to take…

Read More

Is it Continuous Compilation Or Continuous Integration?

Hello Friends, I am creating a checklists of questionnaire for the project mgmt to know the fact whether their project is CI or CC. I have got…

Read More

Build And Release Projects – B1

rajeshkumar created the topic: Build and Release Projects – B1 Project1 (Shell Scripting) Write a script which can ask user to enter machinename/hostname/ipaddress and based on the…

Read More

DevOps Engg Full-Time Position In SFO

DevOps Engineer (California Fulltime) To support our key business initiatives, we are looking for a DevOps Engineer to build innovative and highly scalable solutions to help build…

Read More

Scm Polling Stopped To Work

pasupuleti2 created the topic: SCM polling stopped to work Rajesh, Recently I’m having problems with a Jenkins 1.57 builds, for some reason after a while Jenkins stops…

Read More

Popular Interview Questions & Answers for US Visa Interview

WHY YOU WOULD LIKE TO RELOCATE TO UNITED STATES In interviews, I had just technical rounds and one question was asked. why you would like to relocate…

Read More

Software Configuration Management Tools

SOFTWARE CONFIGURATION MANAGEMENT CONTROL TOOLS Software Configuration Management Tools Blog Welcome to the Software Configuration Management Tools Discussion Blog. Featured below are links to the most widely…

Read More

Solve One Puzzle a Day

Question Three friends divided some bullets equally. After all of them shot 4 bullets the total number of bullets remaining is equal to the bullets each had…

Read More

Product Announcements

DOXYGEN RELATED How to create a Modules index similar to the Data Structures Index in Doxygen Documentation? DOXYGEN INTEGRATED WITH CONFLUENCE How to doxygen integrated with confluence?…

Read More

How to create a subscribe form for your rss feed

  Create a subscribe form for your rss feed   Joomla Website with K2 Content https://www.templatemonster.com/help/joomla-2-5-x-how-to-set-up-rss-feeds.html   RSS To email using mailchimp https://mailchimp.com/features/rss-to-email/   RSS To email…

Read More

How can we do the security analysis using SonarQube?

How can we do the Security Analysys using SonarQube?

For Security Analysy purposes, a source code security analyzer
– examines source code to
– detect and report weaknesses that can lead to security vulnerabilities.
Read More

SonarQube Upgrade, Backup and Restore Process | SonarQube Tutorial

SonarQube Upgrade, Backup and Restore Process

Today I will share the steps to upgrade from the SonarQube version 5.X to SonarQube version 6.X. We have upgrade guide which can be found http://docs.sonarqube.org/display/SONAR/Upgrading but its not complete guide thus I am sharing the steps as follows which can be followed for the production server as well.  As practice shared on the oficial guide that before upgrading to the next major release, you must upgrade to know LTS e.g

Read More

SonarQube Frequently asked questions (FAQ) | SonarQube FAQs

SonarQube Frequently asked questions (FAQ)

 
Is SonarQube Replacement for Checkstyle, PMD, FindBugs?
————————————————————–
Answers – YES and NO

Read More

What are the alternatives of SonarQube for Code Quality Management?

Alternate of Sonarqube for Code Quality Management tools?

There is not a popular known alternate of Sonarqube and Sonarqube is definitly dominating the Software Quality management domain in terms of open source cateogry. But you may try following tools depends on the use and project requirements.
 
Read More

What is SonarQube and What is not?

What is SonarQube?

It’s a code quality management platform that allows developer teams to manage, track and eventually improve the quality of the source code.  It’s a web based application that keeps historical data of a variety of metrics and gives trends of leading and lagging indicators for all seven deadly sins of developers.
 
Sonar is an open source platform used by development teams to manage source code quality. Sonar has been developed with a main objective in mind: make code quality management accessible to everyone with minimal effort.
 
As such, Sonar provides code analyzers, reporting tools, defects hunting modules and TimeMachine as core functionality. But it also embarks a plugin mechanism enabling the community to extend the functionality (more than 35 plugins available), making Sonar the one-stop-shop for source code quality by addressing not only developers but also managers needs.

Read More

What is SonarJava? Is it replacement for Checkstyle, PMD, FindBugs?

Know About SonarJava! Is it replacement for Checkstyle, PMD, FindBugs?

SonarJava has a great coverage of well-established quality standards. The SonarJava capability is available in Eclipse and IntelliJ for developers (SonarLint) as well as throughout the development chain for automated code review with on-premise SonarQube or on-line SonarCloud.

 
SonarJava is a code analyzer for Java projects. Information about the SonarJava features is available below;
 
Why SonarJava?
SonarQube is currently on the way to deprecate PMD, Checkstyle and Findbugs and use their own technology to analyze Java code (called SonarJava). They do it, because they don’t want to spend their time fixing, upgrading (or waiting on it) those libraries (e.g. for Java 8), which for example uses outdated libraries. Well at least since SonarQube 6.3+ it seems to be that Findbugs is (at the moment) no longer supported as a plugin.
 
Read More

Chef Tutorials: Logging in Chef Explained

Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific…

Read More

Chef Internal – How Chef maintain the state of each resources internally?

Chef Client A chef-client is an agent that runs locally on every node that is under management by Chef. The chef-client executable can be run as a…

Read More

Top Interview Questions on Server Configuration Management Tools Chef, Puppet, and Ansible

Source – http://hub.scalr.com/blog/top-questions-on-server-configuration-management-tools-chef-puppet-and-ansible-2 As a quick recap, configuration management tools enable companies to standardize and automate their infrastructure. Through standardization, you can build systems that are platform…

Read More

What is the significance of the default directory under chef cookbook /templates?

What is the significance of the default directory under chef cookbook /templates? A cookbook is frequently designed to work across many platforms and is often required to…

Read More

Top 5 Open Source Code Management tools

In this tutorial im going to demonstrate about Tops 5 Open Source Code Management tools who helps to know more about open source code management tools. Nowadays…

Read More