All Questions
2 questions
1
vote
1
answer
3k
views
Could not find a version that satisfies the requirement gitpython==3.1.0
I am having a problem where in the jenkins build pipeline, I get an error regarding gitpython version could not be found. My project consists of a requirement.txt file where I have already added the ...
0
votes
0
answers
217
views
through jenkins triggered python3 script which utilizing gitpython git.Repo not showing all branches
I have a repo having multiple branches. I am able to access all branches in my local through gitpython. However the same code i used to create gitpython's git.Repo() to create repo object but repo....