×
Historically, Jenkins master and agents behaved as if they all together form a single distributed process. This means an agent can ask a master to do just ...
Feb 18, 2022 · Hi All, We have been using Jenkins in our organization from the past few years. The words master and slave have been widely used for decades ...
Jan 19, 2023 · I'm using jenkins pipelines, and have this disableConcurrentBuilds set - which right now if someone pushes a commit to a branch or pull ...
Dec 3, 2021 · Hello, currently I'm test-running 2.319.1 (coming 2.303.3) on a trial system. I have/had an administrative monitor for it, telling (full ...
To prevent builds from running on the controller directly, navigate to Manage Jenkins » Manage Nodes and Clouds. Select master in the list, then select ...
Oct 24, 2023 · Hello everyone, I have the following problem: at the end of each pipeline I do the workspace cleanup and indeed the workspaces of the ...
Aug 18, 2022 · As a reminder, the term “master” to refer to a controller has been deprecated since 2020. Please refer to On Jenkins Terminology Updates for ...
Sep 29, 2023 · Hi, I am trying to use Jenkinsfile at the root of the repository to merge the pull request into main/controller. Is this feasible or I need ...
Jan 3, 2023 · Hi Team , we are trying to implement “generic webhook trigger” instead of “poll SCM” for master branch only. Currently pipeline job is ...
Aug 4, 2022 · I want to trigger the build in each modification in develop/master/release branch, but not in feature branch. The feature branch build will ...