Posts

CI/CD with TIBCO BusinessWorks 6

Image
Hey everyone! This article is about building and deploying a TIBCO BusinessWorks 6 Maven Project locally with Jenkins to TIBCO Enterprise Administrator (TEA). A quick introduction to one of TIBCO's most successful products. TIBCO ActiveMatrix BusinessWorks (BW) is an integration and service-creation/orchestration tool developed by TIBCO. It is used to create and deploy mission critical service-oriented business applications with very little coding! In this post, I'd be providing you the required steps to deploy your BW6 application to TEA using Jenkins. Prerequisite: You should have TIBCO BW 6 installed in your machine. 1) Installing Maven: If you don't have maven installed on your machine, below are the steps you need to follow. Go to https://maven.apache.org/install.html Download the latest version. (3.6 currently) Unzip the 'apache-maven-3.6.0-bin.zip' file. Set M2_HOME and JAVA_HOME in environment variables and add the paths to "Path...