×
Jul 11, 2022 · I think your jenkins <=> docker configuration isn't quite right. The pipeline itself seems fine but its saying that the docker client (jenkins) ...
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 ...
Jul 30, 2023 · Hi, I'm trying to setup a HIL testing pipeline with jenkins. Everything is working great up to the point of the pipeline needing USB access.
Sep 28, 2022 · Hello Team, I have installed Jenkins in Docker locally on my Mac using instruction from official documentation: All works well but pipeline ...
Apr 22, 2022 · Hello, I am an automation tester and learning to use Jenkins is CI/CD. I having an issue with getting my playwright automation test to run ...
Nov 23, 2023 · Hi all, I'm Jenkins newbie I have an Ubuntu server , docker installed, I run jenkins with docker compose as below version: "3" services: ...
A Docker container is a "running instance" of a Docker image. A Docker image is stored permanently, based on when image updates are published, whereas ...
Missing: testing | Show results with:testing
May 11, 2023 · I am new to Jenkins, so I am having trouble understanding why the ubuntu agent is looking for git at the windows path instead under Under Global ...
May 6, 2022 · I'm trying to use containers on remote machines as build agents. I have a recent version (2.346) of Jenkins controller running thanks to Docker, ...
Missing: ubuntu | Show results with:ubuntu
Mar 22, 2023 · I have a Jenkins pipeline for a FastAPI and when I run the pipeline using agent any I am getting an error : pytest: not found.