How to use jenkins api in python for pre and post build steps?

I am using jenkins python api and want to automate the before and after build steps. How can I achieve this? I can connect to my jenkins server and list all builds, plugins, but how can I automate the pre and post build steps and also use the python jenkins apis?

+3


source to share





All Articles