GithubHelp home page GithubHelp logo

setup-mqclient's Introduction

tests

setup-mqclient

This action sets up IBM MQ redistributable client (Client) and IBM MQ MacOS Toolkit (Toolkit) to Linux, Windows and MacOS GitHub-hosted runners.

Clients downloaded from https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist

Toolkit downloaded from https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/mactoolkit

Default installation paths are used for Clients and Toolkit installations:

  • Windows: %HOMEDRIVE%%HOMEPATH%\IBM\MQ\data
  • Linux: $HOME/IBM/MQ/data
  • MacOS: /opt/mqm

Installation path can be changed with mq-file-path input parameter (can't be changed for MacOS).

Action will fail if mq-file-path already exists. To recreate mq-file-path use true for clean-mq-file-path parameter. Default is false.

By default Client and Toolkit downloaded to setup-mqclient directory in the Home directory. You can use it for caching.

Caching directory can be changed by using download-path input parameter.

Default directory of the data path can be changed with mq-data-path input parameter.

Action has output parameter mq-file-path, that contains installation path.

Usage

See action.yml

Basic:

steps:
  - name: Install MQ Client
    uses: SeyfSV/[email protected]
    with:
      mq-client-version: 9.3.0.0 # Exact version of a client or toolkit

    - run: dspmqver

Caching and matrix:

strategy:
  matrix:
    environment: ['macos-latest', 'windows-latest', 'ubuntu-latest']
    mq-client-version: [9.3.0.0, latest]
runs-on: ${{ matrix.environment}}
steps:
  - name: Cache MQ Client
    uses: actions/cache@v2
    with:
      path: ${{ github.workspace }}/setup-mqclient
      key: mqclient-${{ runner.os }}-${{ matrix.mq-client-version }}

  - name: Install MQ Client
    uses: SeyfSV/[email protected]
    with:
      mq-client-version: ${{ matrix.mq-client-version }}

    - run: dspmqver

License

The scripts and documentation in this project are released under the MIT License

setup-mqclient's People

Contributors

adamdecaf avatar seyfsv avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

adamdecaf

setup-mqclient's Issues

Error: EEXIST: file already exists, symlink MANIFEST.Redist

I was trying out v0.1.4 and v0.2.0 in my project, but was seeing multiple failures when the job runs on a runner where a previous run took place.

Downloading MQ Client...
Downloaded
Extracting archive "/home/actions/actions-runner/_work/rtp-certification-testing/rtp-certification-testing/distr/[9](https://github.com/moovfinancial/rtp-certification-testing/actions/runs/3175528958/jobs/5173680777#step:3:10).3.0.0-IBM-MQC-Redist-LinuxX64.tar.gz" to "/home/actions/IBM/MQ/data" ...

Error: EEXIST: file already exists, symlink 'MANIFEST.Redist' -> '/home/actions/IBM/MQ/data/MANIFEST'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.