×
Jun 3, 2023 · The plugin can configure additional parameters for a job. These new parameter types are 'Node' and 'Label'. This is specially useful if you ...
Missing: /url | Show results with:/url
Dec 27, 2022 · This should be a path local to the agent machine. There is no need for this path to be visible from the controller. Regarding the Labels field, ...
Missing: tags/ | Show results with:tags/
The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to ...
In our example, the push event triggers the workflow when a commit or tag is pushed. name: Java CI on: [push].
Missing: /url | Show results with:/url
May 8, 2024 · Trigger only specific job. When using the plugin in several jobs, you will have the same URL trigger all jobs. If ...
May 4, 2023 · Jenkins 2.387.2; Git plugin 5.0.0. Here's the Jenkinsfile pipeline { agent { node { label 'master' customWorkspace "C:\\Unreal\\Workspace ...
git branch: 'stable-2.204', url: 'https://github.com/jenkinsci/jenkins.git'. Example: Git step with ssh and a private key credential. Checkout from the git ...
Missing: node/ | Show results with:node/
agent { node { label 'labelName' } } behaves the same as agent { label 'labelName' } , but node allows for additional options (such as customWorkspace ). docker.
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Visual Studio 2017 local source repositories. The Git ...
Demonstrations of Pipeline functionality you can run locally. continuous delivery · GitHub organization folders · build, test, and publish with Docker ...