×
Apr 13, 2023 · Hi, I use Jenkins (a Pipeline job) to integrate a Python project. I have a problem with Syntax Errors. I can see that they are reported in ...
Dec 28, 2022 · I'm using Jenkins on a Windows server. I set up a simple pipeline that should simply clone a repo with python files, eventually run pytest ...
Jan 22, 2022 · Hello everyone, I am trying to create a pipeline to run a certain .py app and a dockerfile aswell and I cant seem to execute either of them…
Missing: build | Show results with:build
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.
Aug 29, 2023 · Hello, We are facing issues with the Jenkins Image builds since the last update(6 days ago) of the docker image “jenkins/jenkins:lts-jdk11”, ...
Missing: /search | Show results with:/search
Mar 3, 2022 · Hey, I have a problem: When I create a project and click on “Build” and select Execute shell and build the project- I got an error in the ...
Missing: /search | Show results with:/search
Apr 20, 2024 · I see the message “ERROR: Couldn't find any revision to build” if I try to run a Jenkins Pipeline that looks like this: pipeline { agent any ...
Missing: /search | Show results with:/search
Sep 8, 2022 · I program the git clone with python and verfy it can work normally. import git from git import Git from git import Repo git_ssh_cmd = 'ssh -i C ...
Missing: /search | Show results with:/search
May 13, 2022 · Hello, I have just installed and configured Jenkins. I wanted to test a simple “pipeline” but I encounter an error when I build.
Missing: /search | Show results with:/search
Apr 26, 2023 · The produceData.py works fine when I run it manually on Jenkins server. When it is used in the pipeline it crashes. The error message says that ...
Missing: /search build