×
The following Pipeline code shows an example of how to create a Pipeline using environment variables for secret text credentials. In this example, two secret ...
Missing: java | Show results with:java
withCredentials : Bind credentials to variables. Allows various kinds of credentials (secrets) to be used in idiosyncratic ways. (Some steps explicitly ask for ...
Missing: java maven
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Missing: java | Show results with:java
Sep 7, 2021 · Jenkins 1.641 / Jenkins 1.625.3 introduce the Content-Security-Policy header to static files served by Jenkins (specifically ...
Missing: /search | Show results with:/search
Jenkins plugin to run dynamic agents in a Kubernetes cluster. Based on the Scaling Docker with Kubernetes article, automates the scaling of Jenkins agents ...
Missing: /search | Show results with:/search
Configuring tools location on agents. The Jenkins Global configuration page lets you specify the tools needed during the builds (i.e. Ant, Maven, Java, etc).
Jun 8, 2023 · A simple Jenkins parameter plugin that offers a list of values based on a REST call response.
Missing: Dynamic | Show results with:Dynamic
This method will ignore Maven and matrix projects, as well as projects inside containers such as folders. You may prefer to call ItemGroup.getAllItems(Class) on ...
Load a library dynamically rather than using @Library syntax. You may use global variables defined in the library thereafter:
If your plugin ever stored secrets (such as passwords) in a plain String -valued fields, it was already insecure and should at least have been using Secret .