Google
×
Showing results for site:jenkins.io Node Definition.html
Nodes are persisted objects that capture user configurations, and instances get thrown away and recreated whenever the configuration changes. Running state of ...
Jun 3, 2023 · Node Parameter Define a list of nodes on which the job should be run. A default node used for scheduled jobs can be defined. You are able to ...
Missing: html | Show results with:html
A node is a machine which is part of the Jenkins environment and is capable of executing a Pipeline. Also, a node block is a key part of Scripted Pipeline ...
Missing: html | Show results with:html
Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson.model.queue. hudson.scm. Jenkins's interface with source code management ...
Represents the running state of a remote computer that holds Executor s. Executor s on one Computer are transparently interchangeable (that is the definition ...
Instantiate the Node. static SharedNode · transform(NodeDefinition def). Methods inherited from class java.lang.Object · clone, equals, ...
Description. The plugin allows to configure additional parameters for a job. These new parameter types are 'Node' and 'Label'. This is specially useful if ...
Mar 26, 2019 · Share machines as Jenkins agents across multiple Jenkins masters. Requirements. The nodes are connected to the individual Jenkins masters so ...
Returns Node.Mode.EXCLUSIVE if this node is only available for those jobs that exclusively specifies this node as the assigned node. MyViewsTabBar ...
This step must be run inside a node context: # Declarative Syntax stage ('Check for existence of index.html') { agent any # Could be a top-level directive or a ...