×
May 11, 2023 · Hello everyone I have Jenkins version Jenkins 2.375.2 Java version: jdk-11.0.16 running off my windows 10 laptop. I followed this tutorial ...
Missing: /search qtest
Jul 11, 2022 · The pipeline itself seems fine but its saying that the docker client (jenkins) is speaking http to the docker server, while its expecting https.
Missing: /search qtest
Mar 9, 2023 · I am currently in the process of trying to upgrade from Jenkins 2.384 to 2.394 as a regular upgrade we do. In our test environment we are ...
Missing: /search qtest
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 ...
Missing: /search qtest
Mar 3, 2022 · Hi I create just pipeline with docker image pipeline { agent { docker { image 'docker/whalesay' } } stages { stage('Test') { steps ...
Missing: /search qtest ubuntu
Docker is a platform for running applications in an isolated environment called a "container" (or Docker container). Applications like Jenkins can be ...
Mar 11, 2024 · The error exec: "com.docker.cli.exe": executable file not found in %PATH% suggests that Jenkins is not able to find the Docker executable.
Many organizations use Docker to unify their build and test environments across machines, and to provide an efficient mechanism for deploying applications.
Missing: qtest | Show results with:qtest
May 6, 2022 · Hi there :wave:, I'm trying to use containers on remote machines as build agents. I have a recent version (2.346) of Jenkins controller ...
Missing: /search qtest ubuntu
Mar 15, 2023 · Hello, I'm trying to set up an IaC pipeline that deploys some resources using terraform. I am storing this pipeline in a top-level Jenkins ...
Missing: Docker ubuntu