Categorygithub.com/asalimov/jexecutor
modulepackage
0.0.0-20190226214720-58f4a197196c
Repository: https://github.com/asalimov/jexecutor.git
Documentation: pkg.go.dev

# README

jexecutor

Helps to execute more than one jenkins job in parallel through the shell

Install

go get -u github.com/ASalimov/jexecutor 

Examples

  go build 
  ./jexecute test.json

Example of progress bar

Configuration

  {
    "url": "https://jenkins.backend.pi.wuamerigo.com/",
    "username": "",
    "token": "",
    "threads": 10,
    "jobs": [
      [
        {
          "id": "admin-rpm-deploy-autodeploy",
          "q": {
            "COUNTRY": "kuwait",
            "ISO": "kw",
            "TAG": "1.62.0"
          }
        }
      ]
    ]
  }


# Packages

No description provided by the author