Build Jenkins pipeline for Gradle project

Job ID: 30795715

Budget: $50 – $0 USD

1. Build the Gradle project pipeline
2. Run all unit tests
3. Capture the test results
a. Write the results to a file called unit-tests.csv
b. Append to the same file each time without overwriting it
c. Each run should have:
1. total time to complete all the tasks
2. Each test method name, its individual execution time, and its test result ("pass" or "fail").