×
Apr 14, 2024 · This is a Jenkins plugin that can: Receive any HTTP request, JENKINS_URL/generic-webhook-trigger/invoke; Extract values.
Missing: docker | Show results with:docker
Dec 3, 2021 · For all connection methods, Jenkins will start by triggering a docker run . Then, after this step, there will optionally be more steps to ...
Runtime arguments to pass to docker run . This option is valid for docker and dockerfile . Example 1. Docker Agent, Declarative Pipeline.
Missing: compose | Show results with:compose
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Remote API can be used to do things like these: retrieve information from Jenkins for programmatic consumption. trigger a new build. create/copy jobs ...
Missing: docker | Show results with:docker
amqp-build-trigger · analysis-collector · analysis ... build-steps-from-json · build-symlink · build-time-blame ... docker-compose-build-step · docker-custom-build ...
The JSON or YAML formatted text that conforms to ... The container in which to execute a command. ... step([$class: 'OpenShiftBuilder']) : Trigger OpenShift Build.
Missing: compose | Show results with:compose
Nov 28, 2023 · Hi all, This is my pipeline pipeline { agent { kubernetes { yamlFile 'Jenkins-agent-pod.yaml' } } environment { DOCKERFILE_PATH ...
Missing: compose | Show results with:compose
Mar 19, 2024 · The problem is that the Dockerfile doesn't seem to be considered a “trusted file” by Jenkins. Non-admin users are able to open pull requests ...