Python Script to implement basic Jenkins features without any external libraries
Steps to execute the script:
- Run the sctript as "python jen.py" in the terminal
- 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.