Helps to execute more than one jenkins job in parallel through the shell
go get -u github.com/ASalimov/jexecutor
go build
./jexecute test.json
{
"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"
}
}
]
]
}
