From c69112b578c40f123e961432cbc06d6dad6e4984 Mon Sep 17 00:00:00 2001 From: Ihor Aleksandrychiev Date: Fri, 13 Jun 2025 17:53:20 +0300 Subject: [PATCH] Added nt-docs to allowed repostiories for docs building Signed-off-by: Ihor Aleksandrychiev --- tom/jenkins.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tom/jenkins.py b/tom/jenkins.py index b72a02a..6a93325 100644 --- a/tom/jenkins.py +++ b/tom/jenkins.py @@ -100,6 +100,7 @@ def trigger( "masterfiles", "nova", "misc", + "nt-docs", ] if "fast-build-and-deploy-docs" not in path: repos_accepted.extend( @@ -110,6 +111,7 @@ def trigger( "ldap", "mender-qa", "system-testing", + "nt-docs", ] ) if docs and branch != "master":