SSH for Jenkins

This commit is contained in:
2020-09-02 15:48:05 +02:00
parent 5a4c17a959
commit 9a46f34f73
3 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,9 @@ def get_hooks_dir():
def get_lib_dir():
return os.path.realpath(os.path.dirname(os.path.abspath(__file__)) + "/../lib")
def get_utils_dir():
return os.path.realpath(os.path.dirname(os.path.abspath(__file__)) + "/../utils")
def load_profile(profile_name, debug=False):
profile_filename = profile_name+".conf"
for profile_file in get_available_profiles():