jenkins_url + /api/json?tree=jobs[name,color]
jenkins_url + /job/${job_name}/api/json?tree=builds[number,status,timestamp,id,result]
| # ---- | |
| # This script will install PowerShell Universal on Linux as a service | |
| # This has been tested on Ubuntu 20.04 (ARM64) on a Raspberry Pi 4 | |
| # ---- | |
| # Dependencies: | |
| # wget | |
| # unzip | |
| # | |
| # Make sure they are installed | |
| # ---- |