Sha256: d5d9a5b4a04309e2d169b42ca480c6041bc974fae18ba70e2b6acb4b49c967fe
Contents?: true
Size: 857 Bytes
Versions: 8
Compression:
Stored size: 857 Bytes
Contents
# Create yum repo in the output directory curl -X POST http://bh01.frameos.org:4567/createrepo # Create a snapshot of the output directory curl -X POST http://bh01.frameos.org:4567/createsnapshot # Clean output dir curl -X POST http://bh01.frameos.org:4567/job/clean # Clean failed dir curl -X POST http://bh01.frameos.org:4567/job/clean -ddir=failed # list failed jobs (yaml) curl http://bh01.frameos.org:4567/job/failed # server stats (yaml) curl http://bh01.frameos.org:4567/server/stats # job stats (yaml) curl http://bh01.frameos.org:4567/job/stats # list successfully built pkgs curl http://bh01.frameos.org:4567/job/successful # Rebuild a previous job (It can be either successful or failed build) curl -X POST http://bh01.frameos.org:4567/job/rebuild/job_XXXXX_XXXX # Get job info curl http://bh01.frameos.org:4567/job/job_XXXXX_XXXX
Version data entries
8 entries across 8 versions & 1 rubygems