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

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

Jenkins: How To Push Build Artifacts Back To Source Control?

Is there any OOTB way to get a post build step to push the results of a Jenkins build back to a (Su… Read more Jenkins: How To Push Build Artifacts Back To Source Control?

While Using Jenkins Api, Getting A Failure On Reconfig_job

I am using jenkins rest API to recurse through jobs and then reconfigure this one. All methods work… Read more While Using Jenkins Api, Getting A Failure On Reconfig_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 Authenticate In Jenkins While Remotely Accessing Its Json Api?

I need to access the Jenkins JSON API from a Python script. The problem is that our Jenkins install… Read more How To Authenticate In Jenkins While Remotely Accessing Its Json Api?

What Does "client Failed To Connect To The D-bus Daemon" Mean?

I am using a very complex setup to test various non-public webpages. I use jenkins to run the pytho… Read more What Does "client Failed To Connect To The D-bus Daemon" Mean?