Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jenkins

Custom Location For .pypirc File

Does setuptools allow for the .pypirc file to be specified in a custom location rather than $HOME/.… Read more Custom Location For .pypirc File

Jenkins: Putting My Python Module On The Pythonpath

I am using Jenkins to test a Python module nodepy that I develop. However, I get errors like the f… Read more Jenkins: Putting My Python Module On The Pythonpath

How To Trigger Jenkins Build Using The Python Package Jenkinsapi?

I have a Jenkins job set up with the name Test2 which I can build from Jenkins web interface. Now I… Read more How To Trigger Jenkins Build Using The Python Package Jenkinsapi?

How To Start A Window Exe File In A Jenkins Job

I have a Jenkins job in which I need to start windows program. I've tried to use subprocess of … Read more How To Start A Window Exe File In A Jenkins Job

Jenkins: Http Error 403 When Getting Config

I try to update Jenkins jobs' config programmatically, and the python Jenkins api looked ok, bu… Read more Jenkins: Http Error 403 When Getting Config

How To Start A Window Exe File In A Jenkins Job

I have a Jenkins job in which I need to start windows program. I've tried to use subprocess of … Read more How To Start A Window Exe File In A Jenkins Job