onedrive

how does jenkins recognize paths inside a python script?

how does jenkins recognize paths inside a python script? Question: I have a python script that points to some file names and log files and I have jenkins to run the script, when run locally from my system the code works fine. The way I access my folders in python: folder_artifacts_data = ‘C:/Users/Rhea/OneDrive -Area/Rhea/Metrics_Configuration/Artifacts/’ path_to_log_file …

Total answers: 1

Download files from personal OneDrive using Python

Download files from personal OneDrive using Python Question: I have a Python script that is running periodically on an AWS EC2 Ubuntu machine. This script reads data from some files and sometimes changes data in them. I want to download these files from OneDrive, do my own thing with them, and upload them back to …

Total answers: 2