×
Currently Remoting is primarily used in communications between the Jenkins controller and Jenkins agents. The Remoting sub-project includes the Remoting library ...
Searching plugins.jenkins.io for the desired plugin will provide the appropriate link to the archive file. Updating a plugin. Updates are listed in the ...
There are also tutorials geared to developers who want to orchestrate and automate building their project in Jenkins using Pipeline and Blue Ocean. If you've ...
The simplest way to install Jenkins on Windows is to use the Jenkins Windows installer. That program will install Jenkins as a service using a 64 bit JVM ...
Monitor I/O performance, CPU load, memory usage, and I/O throughput carefully when running multiple executors on a node. Creating Agents. Jenkins agents are the ...
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Missing: /url | Show results with:/url
Query the test-results of a completed build. Get objects representing the latest builds of a job. Search for artifacts by simple criteria. Block until jobs are ...
The definition of a Jenkins Pipeline is written into a text file (called a Jenkinsfile ) which in turn can be committed to a project's source control repository ...
Missing: /url | Show results with:/url
1 GB of drive space (although 10 GB is a recommended minimum if running Jenkins as a Docker container). Recommended hardware configuration for a small team: 4 ...
... build info to Artifactory. Read the full documentation here. node { git url: 'https://github.com/jfrogdev/project-examples.git' // Get Artifactory server ...