Some of these Groovy scripts can be pasted into user jobs, and others require Admin script console access.
The low-diskspace was forked from someone else.
I made the multiAxis.groovy --though it seems so simple that it should be built in.
| #!/usr/bin/env python3 | |
| """ | |
| Very simple HTTP server in python for logging requests | |
| Usage:: | |
| ./server.py [<port>] | |
| """ | |
| from http.server import BaseHTTPRequestHandler, HTTPServer | |
| import logging | |
| class S(BaseHTTPRequestHandler): |
Some of these Groovy scripts can be pasted into user jobs, and others require Admin script console access.
The low-diskspace was forked from someone else.
I made the multiAxis.groovy --though it seems so simple that it should be built in.