jenkins_build: docs example for trigger with custom polling interval (#10335)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run

This commit is contained in:
Aditya Putta 2025-07-05 01:03:56 -05:00 committed by GitHub
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"