Skip to content

artemsalimov/jexecutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
          }
        }
      ]
    ]
  }

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages