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

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

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

Triggering Parameterized Build Using Jenkinsapi In Python

I am using the following code to create a job in jenkinsapi from jenkinsapi.jenkins import * from j… Read more Triggering Parameterized Build Using Jenkinsapi In Python

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?

Python-jenkins Api Connection Error

I'm trying to use python-jenkins to connect to a jenkins instance. My code snippet is as follow… Read more Python-jenkins Api Connection Error

Python Selenium Driver.implicitly_wait(30)

We are using VM for the development and Jenkins as a suite. this morning we had a problem with a Se… Read more Python Selenium Driver.implicitly_wait(30)

How To Remove Profiling *.gcda:cannot Open Errors With Python Virtualenv Builder?

In jenkins output I am getting the following errors. Is this a problem or can it be silenced? profi… Read more How To Remove Profiling *.gcda:cannot Open Errors With Python Virtualenv Builder?