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

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 Run Python Commands Using Groovy In Jenkins Slaves' Script Console?

I need to run something arbitrary as simple as python -c 'print('hello')' on one of… Read more How To Run Python Commands Using Groovy In Jenkins Slaves' Script Console?

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