×
Jan 18, 2024 · I see it as a checklist of all possible values in parent job and depending on what is checked equivalent child jobs will be triggered. Any tips ...
site:jenkins.io child from community.jenkins.io
Jul 26, 2023 · I am using Jenkins 2.361.4 installed on a RHEL 9 server. I have created 2 declarative pipelines; Parent-Pipeline and Child-Pipeline.
Constructs an immediate child with the supplied type hint. SCMFile, parent(). Retrieves the parent SCMFile instance. protected abstract SCMFile ...
ModelObject that has the children context menu in the breadcrumb. The children context menu is to show all the immediate children that this model object ...
A property that sets the health metrics for immediate children of an OrganizationFolder . Since: 2.4.0. Nested Class Summary ...
Nov 10, 2023 · I tried to use “Poll SCM” feature. I couldn't get it to work right on a child branch. It kept comparing with the main branch and rebuilding.
A folder-like item whose children are computed. Users cannot directly add or remove (or rename) children. The children should also not offer Item.
Configures the OrphanedItemStrategy to use for children of a OrganizationFolder . Since: 2.4.0. Nested Class Summary ...
Jenkins and the child process are connected by three pipes ( stdin , stdout , and stderr .) This allows Jenkins to capture the output from the child process.
Apr 18, 2023 · Hi all! I want to get child log in parent job. When I build my job, in one stage I can not get child job log even if success or failed.