Jenkins Python How To Trigger Jenkins Build Using The Python Package Jenkinsapi? March 27, 2024 Post a Comment 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?
Groovy Jenkins Python How To Run Python Commands Using Groovy In Jenkins Slaves' Script Console? March 07, 2024 Post a Comment 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?
Jenkins Python Windows How To Start A Window Exe File In A Jenkins Job April 20, 2023 Post a Comment 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