[PR #10335/2ec3d022 backport][stable-10] jenkins_build: docs example for trigger with custom polling interval (#10354)

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

(cherry picked from commit 2ec3d02215)

Co-authored-by: Aditya Putta <puttaa@yahoo.com>
This commit is contained in:
patchback[bot] 2025-07-06 13:34:18 +02:00 committed by GitHub
parent b4eb8e5e22
commit f3828ba9ca
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"