×
Jenkins' declarative Pipeline syntax has the credentials() helper method (used within the environment directive) which supports secret text, username and ...
Missing: osx | Show results with:osx
Feb 15, 2022 · Multiple Pipeline-related plugins that perform on-controller SCM checkouts reuse the same workspace directory for checkouts of distinct SCMs in ...
Missing: osx | Show results with:osx
resolveScm : Resolves an SCM from an SCM Source and a list of candidate target branch names. When you have a multi-branch pipeline that checks out other sibling ...
Missing: osx | Show results with:osx
When reuseNode is set to true , no new workspace will be created, and the current workspace from the current agent will be mounted into the container. After ...
Missing: osx | Show results with:osx
This directive supports a special helper method credentials() which can be used to access pre-defined Credentials by their identifier in the Jenkins environment ...
Missing: osx | Show results with:osx
This plugin makes it possible to archive the workspace from builds of one project and reuse them as the SCM source for another project. Mark Waite. Health Score ...
Missing: osx | Show results with:osx
Synopsis. This is a simple example showing how to succinctly parallel the same build across multiple Jenkins nodes. This is useful for e.g. building the same ...
Missing: osx reuse
Mar 22, 2024 · This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn.
Missing: osx scm
Mar 19, 2024 · Jenkins plugin to run dynamic agents in a Kubernetes cluster. Based on the Scaling Docker with Kubernetes article, automates the scaling of ...
Missing: scm | Show results with:scm
Feb 20, 2018 · Run builds inside a docker container, defined by a Docker image or Dockerfile stored in project SCM ... reuse for your CI job. In following sample ...