-
Single Team Project Migration from TFS to Azure DevOps Services
Does your client want to break out from the existing older version of TFS (2015 and later) to Azure DevOps Services? Are you looking to upgrade only one project within the TFS collection to Azure DevOps Services? Keep reading to find out how it is possible to migrate a single project without having to do…
-
Work load-balancing using master and slave configuration in Jenkins
1.create a master and launch it via putty , start the tomcat for hosting the Jenkins. 2.Genearte key with the command ssh-keygen in master and its connection to the slave and change the configurations in sshd_config (etc/ssh/).Copy the slave’s private IP and paste it as follows ssh-copy-id ,pvtIP , in all other server. 3.open the Jenkins, and open the manage nodes . 4.Create four nodes(slaves with certain no.of executors)…
-
Introduction to Azure DevOps Server (TFS) and Azure DevOps Services (VSTS)
In this blog we will talk about introduction to Azure DevOps Sever earlier called as Team Foundation Server (TFS) and Azure DevOps Services earlier called as Visual Studio Team Services (VSTS). We will learn what is Azure DevOps Server (TFS) and Azure DevOps Services (VSTS), the basic Architecture of Azure DevOps Server (TFS) and different…
-
Comparison between Azure DevOps Services (VSTS) and Azure DevOps Server (TFS)
In this blog we will list down the basic differences between Azure DevOps Sever earlier called as Team Foundation Server (TFS) and Azure DevOps Services earlier called as Visual Studio Team Services (VSTS). The comparison will be done based on many parameters like usage, availability, scalability, feature releases etc. Azure DevOps Services Azure DevOps…
-
SAP Intelligent RPA 2.0: End to End working scenario of Supplier Invoice Status Checks Bot.
Introduction: These days for checking the Invoice and Payment status, most businesses are busy doing manual progression. Daily, multiple requests are received by the supplier to check the invoice statuses and provide other details. Checking the status and providing the details of each invoice over the emails requires labor, which is a tedious and time-consuming process. Integrating this problem with SAP Intelligent RPA will…
-
Create Queries in Azure DevOps
let us learn how to create Queries. Queries are used to filter work items based on certain criteria. We can create queries from the web portal or from a supported client, such as Visual Studio Team Explorer and Team Explorer, save queries and share queries with others. So, lets see how to create a Query.…
-
Ansible: User module and Password hashing
Ansible user module is used to create and manage the user access majorly in Unix servers. Below is an example of the ansible task in playbook shows usage of the ansible user module. tasks: – name: create new user user: name: deployer password: anspassword shell: /bin/bash But when we try…
-
Configuring Azure DevOps Server Proxy
In this blog we will discuss about the Azure DevOps Proxy Server. Azure DevOps Server Proxy distributes popular version control files from its cache at remote sites. By configuring Azure DevOps Server Proxy, you can reduce the bandwidth connectivity needed across the globe. Its purpose is to download TFVC files and Work Item attachments from…
-
Source Code Management Tool – GIT (version control)
This blog is all about discussing the tool which is highly used in IT sector as source code management tool and version control kit that is git. Git tool is highly used because of its light weight and its high efficiency for the duplication of the source code into various branches The git is known as version control system also because…
-
DevOpSmartBoard – Azure Pipelines
In this blog we will discuss about Azure Pipelines report. This report provides the details of build and release pipeline results across projects that is at the Azure DevOps Organization level, over a certain duration. I can select the Azure DevOps Organization and the duration and choose Build from the toggle button and then click…