commit message from python script
This commit is contained in:
@@ -18,6 +18,8 @@ def show_all_files_directory(dir_path = str, search_endung = False, search_strin
|
||||
return li_all
|
||||
|
||||
|
||||
|
||||
|
||||
def modify_jenkins_configfile(config_file_list = list):
|
||||
for config_file in config_file_list:
|
||||
config_file_FullPath = config_file
|
||||
@@ -30,7 +32,6 @@ def modify_jenkins_configfile(config_file_list = list):
|
||||
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
test = show_all_files_directory(dir_path=os.sep + "home" + os.sep + "jonnybravo" + os.sep + ".jenkins" + os.sep + "data" + os.sep + "jobs", search_string="config.xml")
|
||||
modify_jenkins_configfile(config_file_list=test)
|
||||
|
||||
Reference in New Issue
Block a user