4328457315
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
Tasks | ||
docs | ||
images | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
SECURITY.md | ||
gulpfile.js | ||
ibm-integration-bus-vsts-extension.json | ||
ibm_icon.png | ||
make-options.json | ||
make-util.js | ||
make.js | ||
package.json | ||
tsconfig.json |
README.md
Visual Studio Team Services Extension for IBM Integration Bus
This extension provides build tasks to manage and deploy Broker Archive (BAR) files to IBM Integration Bus v10.
This extension installs the following components:
- A service endpoint for connecting to IBM Integration Bus on Visual Studio Team Services and Team Foundation Server 2017.
- A build task to run commands on IBM Integration Bus.
- A build task to deploy BAR files to IBM Integration Bus.
Prerequisites
- In order to automate the deployment of BAR files to IBM Integration Bus, the build agent must have access to the 'mqsi*' commands. Please follow the IBM Integration Bus document to setup the command environment.
IBM Integration Bus Deployment Task
-
Open your build definition and add the "IBM Integration Bus Deployment" task. The task can be found in the 'Deploy' section.
-
Details of the deployment task.
- Setup Connection Options.
- Enter the path to a BAR file. Wildcards can be used, but the pattern must resolve to exactly one file.
- Enter the Integration Server Name. This is called "Execution Group" in prior versions of Integration Bus. This Integration Server will be created if it does not exist.
- By default mqsideploy command does a delta or incremental deployment. Check the "Run a Complete Deployment" box if you want to override the behavior and run a complete deployment.
- You can add additional arguments to mqsideploy in the Optional Arguments field. Refer to IBM's documentation for all options mqsideploy supports.
IBM Integration Bus Command Task
-
Open your build definition and add the "IBM Integration Bus Command" task. The task can be found in the 'Utility' section.
-
Details of the command task.
- Setup Connection Options.
- Enter the command and any arguments
Setup Connection Options
The tasks provide three options to connect to IBM Integration Bus:
-
Connecting with an "IBM Integration Service Bus" endpoint.
- This option is supported on Visual Studio Team Services and Team Foundation Server 2017. On Team Foundation Server 2015, please use other options to connect.
- Connection name: name used to identify this connection.
- Integration Node: name of the Integration Node. This is called "Broker" in prior versions of Integration Bus.
- Hostname / IP Address: IP address or the hostname of the computer on which the Integration Bus is running. The hostname must be resolvable by the build agent. Do not prefix with protocol names if username and/or password is also supplied.
- Port: optional, port of the Integration Bus.
- Queue Manager: optional, the name of the queue manager.
- Username and Password: optional, if supplied, will be used with values of hostname or ip address to construct the connection URL in the form of tcp://
{username}:
{password}@${hostname}.
-
Manually enter credentials.
- The same fields from "IBM Integration Service Bus" endpoint section are repeated within the task.
-
Select a .broker file.
- The supplied .broker file must contain all connection information required for automated deployment, including deployment credentials.