Skip to content

Commit

Permalink
fix in trigger url
Browse files Browse the repository at this point in the history
Signed-off-by: Say <clarissa.septimo@analog.com>
  • Loading branch information
cseptimo committed Feb 4, 2025
1 parent 92b0b32 commit 3f2e98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def url_gen(
if trigger_dict[0] == "auto":
trigger_project_name = trigger_dict[1].split("/")[0]
trigger_build_number = trigger_dict[2]
url_trigger = "http://{}/job/{}/{}/".format(
url_trigger = "http://{}/view/all/job/Triggers/job/{}/{}/".format(
jenkins_server, trigger_project_name, trigger_build_number
)
else:
Expand Down

0 comments on commit 3f2e98a

Please sign in to comment.