/Jenkins-CLI

Python Script to implement basic Jenkins features without any external libraries

Jenkins-CLI

Python Script to implement basic Jenkins features without any external libraries

Steps to execute the script:

  1. Run the sctript as "python jen.py" in the terminal
  2. Type -h for help which lists all the options available for accessing the Jenkins software

test_jen.py file contains the UnitTest Cases for each function in jen.py file.