diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-06 20:49:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-06 20:49:19 -0500 |
commit | d62f25007470fe546e0f9d2e38a26e84146f72c5 (patch) | |
tree | d85405346693e0800d2fa6d18a2d6bb2357513f6 /applications/gitlab/README.org | |
parent | 714cb4c213f1c39dba62be4e401a7229afc4589a (diff) | |
download | audit-tools-d62f25007470fe546e0f9d2e38a26e84146f72c5.tar.gz audit-tools-d62f25007470fe546e0f9d2e38a26e84146f72c5.tar.bz2 audit-tools-d62f25007470fe546e0f9d2e38a26e84146f72c5.zip |
add gitlab pipelines.py script (#5)
* add gitlab pipelines.py script
* Commit from GitHub Actions (Ruff)
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'applications/gitlab/README.org')
-rw-r--r-- | applications/gitlab/README.org | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/applications/gitlab/README.org b/applications/gitlab/README.org index 2afc363..d137497 100644 --- a/applications/gitlab/README.org +++ b/applications/gitlab/README.org @@ -69,6 +69,39 @@ python ./passwords.py # TODO: Need access to a self-hosted version of GitLab to test this out. #+end_src +* =pipelines.py= + +#+begin_src sh +python ./pipelines.py +#+end_src + +#+begin_src text +Pipeline ID: 1754222228 + Status: failed + Ref: master + Created At: 2025-04-06T03:39:15.065Z + Duration: N/A seconds + Configuration: N/A +Pipeline ID: 1754221831 + Status: failed + Ref: pr-1 + Created At: 2025-04-06T03:37:42.333Z + Duration: N/A seconds + Configuration: N/A +Pipeline ID: 1754220271 + Status: failed + Ref: pr-1 + Created At: 2025-04-06T03:33:38.606Z + Duration: N/A seconds + Configuration: N/A +Pipeline ID: 1754214637 + Status: failed + Ref: master + Created At: 2025-04-06T03:21:39.902Z + Duration: N/A seconds + Configuration: N/A +#+end_src + * =provisioning.py= \*This script requires an active Premium or Ultimate subscription.*\ |