×
Feb 17, 2024 · In my setup, I have a pipeline that triggers a job periodically. What I would like to do is to check to see if an existing job is already in ...
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 ...
Aug 9, 2022 · ... steps { git branch: 'main', credentialsId: 'github-asdf', url: 'https ... Build container') { steps { container ... json" sh "docker build -t ...
step([$class: 'CxScanBuilder']) : Execute Checkmarx Scan. credentialsId : String. This option is for users that may already have Jenkins credentials, as defined ...
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 ...
Mar 28, 2024 · To enable credentials lookup on the current node, enable Retrieve credentials from node in Jenkins global configuration. This is globally ...
Submitting jobs. Jobs without parameters. You merely need to perform an HTTP POST on JENKINS_URL/job/JOBNAME/build .
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
Jul 31, 2022 · How to fix this error. I recommend posting your logs (browser, Jenkins, whatever) cause all we can do is guess. Even reproduction steps would ...