1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

jenkins_build: docs example for trigger with custom polling interval (#10335)

This commit is contained in:
Aditya Putta 2025-07-05 01:03:56 -05:00 committed by GitHub
parent dd13592034
commit 2ec3d02215
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,16 @@ EXAMPLES = r"""
state: stopped
url: http://localhost:8080
- name: Trigger Jenkins build in detached mode
community.general.jenkins_build:
name: "detached-build"
state: present
user: admin
token: abcdefghijklmnopqrstuvwxyz123456
url: http://localhost:8080
detach: true
time_between_checks: 20
- name: Delete a jenkins build using token authentication
community.general.jenkins_build:
name: "delete-experiment"