×
General. Making sure to use Groovy code in Pipelines as glue ; Using shared libraries. Do not override built-in Pipeline steps ; Answering additional FAQs.
Missing: /url | Show results with:/url
step([$class: 'CxScanBuilder']) : Execute Checkmarx Scan. credentialsId : String. This option is for users that may already have Jenkins credentials, as defined ...
For a list of other such plugins, see the Pipeline Steps Reference page. Table of Contents. Credentials Binding Plugin. withCredentials : Bind credentials to ...
Missing: /url json/
Mar 28, 2024 · To enable credentials lookup on the current node, enable Retrieve credentials from node in Jenkins global configuration. This is globally ...
properties : Set job properties. Updates the properties of the job which runs this step. Mainly useful from multibranch Pipelines, so that Jenkinsfile itself ...
then the warning plugin will show these errors in a separate view but does not alter the build state. If you would rather like to fail the step on such errors, ...
Missing: json/ | Show results with:json/
/* Requires the Docker Pipeline plugin */ pipeline { agent { docker { image 'maven:3.9.6-eclipse-temurin-17-alpine' } } stages { stage('build') { steps { sh ' ...
Missing: /url json/
Resources. Pipeline Syntax reference · Pipeline Steps reference · LTS Upgrade guides. The following plugin provides functionality available through Pipeline- ...
Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page. For a list of other such plugins, see the Pipeline ...
This build step is intended to support execution of automated tests from ALM Octane. The builder searches for the "testsToRun" parameter which is sent from ALM ...