×
Jan 23, 2023 · ... url from https://updates.jenkins.io/update-center.json to just using http. I'm not behind a corporate firewall, it's just on a local machine ...
Dec 7, 2021 · I am trying to push a docker image to a private registry without any authentication configured. Below are how the jenkinsfile stages look ...
step([$class: 'CxScanBuilder']) : Execute Checkmarx Scan. credentialsId : String. This option is for users that may already have Jenkins credentials, as defined ...
Aug 9, 2022 · ... steps { git branch: 'main', credentialsId: 'github-asdf', url: 'https ... Build container') { steps { container ... json" sh "docker build -t ...
Read the full documentation here. node { git url: 'https ... build causes as JSON that is available inside of the Pipeline Sandbox. // ... build steps to be ...
Document Jenkins on Kubernetes ... Jenkins Pipeline · Using Build Tools. Resources ... Read more about how to integrate steps into your Pipeline in the Steps ...
Submitting jobs. Jobs without parameters. You merely need to perform an HTTP POST on JENKINS_URL/job/JOBNAME/build .
Mar 28, 2024 · To enable credentials lookup on the current node, enable Retrieve credentials from node in Jenkins global configuration. This is globally ...
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
As of version 2.7 of the Pipeline: Shared Groovy Libraries plugin, there is a new option for loading (non-implicit) libraries in a script: a library step that ...