anna-sara-maria / fundamentals-CI-integration

Lab 2 in software fundamentals
0 stars 1 forks source link

Create urls and save build info #38

Open gustawsi opened 1 year ago

gustawsi commented 1 year ago

Add functionality to generate new urls and save information for each build.

Add new directory results_path to config.py where results are saved

Assumes a different server is hosting from directory stored in results_path in config.py

Resolves #37

gustawsi commented 1 year ago

Need to run the code and check if everything works before merging!

I have tested what I can so the bash scripts should be ok, however not 100% sure it will work as intended on running server

Also formatting in summary.txt might get a bit ugly with real data so might need adjustments accordingly

gustawsi commented 1 year ago

And do note that I added a separate directory for saving results since it was unclear if we wanted to clear the temp folder after every run (potentially removing the info that was supposed to be saved as well)