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

How To Fetch The Current Branch From Jenkins?

I would like to query Jenkins using it's API and Python to fetch the branch that is currently r… Read more How To Fetch The Current Branch From 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?

How Can I Make A Jenkins Build For A Github Repository Be Triggered By A Push To A Different Repository?

I have a GitHub repository (call it X) for a Python code package, and a separate GitHub repository … Read more How Can I Make A Jenkins Build For A Github Repository Be Triggered By A Push To A Different Repository?

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

Parse Html File Using Python Without External Module

I am trying to Parse a html file using Python without using any external module. The reason is I a… Read more Parse Html File Using Python Without External Module

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?