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

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"