×
Oct 29, 2021 · First level is to rely on different pipeline jobs on your Jenkins instance. The reusable code would be moved to a separated Pipeline Shared ...
Oct 2, 2017 · The common approach to reuse pipeline code is to put methods like "deploy" into a Shared Library. If we now start developing the next ...
Missing: credentials | Show results with:credentials
Jul 27, 2021 · Don't split them up into seperate stages, just have the steps as a function; Call a new job via build with parameters for those parallel steps.
This credentials provider exposes a per-user credentials store for each user. • The credentials store supports credentials domains. • The credentials store only ...
Jenkins' declarative Pipeline syntax has the credentials() helper method (used within the environment directive) which supports secret text, username and ...
Oct 27, 2021 · Hello. I'm using Jenkins to deploy terraform using Pipelines to OCI. The code runs when executed on the Linux Machine that has Jenkins ...
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.
To make scripted clients (such as wget) invoke operations that require authorization (such as scheduling a build), use HTTP BASIC authentication to specify the ...
Mar 19, 2024 · idleMinutes Allows the pod to remain active for reuse until the configured number of minutes has passed since the last step was executed on it.