tag: open gitea job

This commit is contained in:
Frédéric Péters 2023-06-23 15:12:35 +02:00
parent c594820b2b
commit ef244c3ba1
1 changed files with 2 additions and 2 deletions

View File

@ -69,11 +69,11 @@ def main():
if module_name in ('publik-base-theme', 'combo-plugin-gnm', 'godo'):
# full build
subprocess.check_call(['sensible-browser',
'https://jenkins.entrouvert.org/job/%s/' % module_name])
'https://jenkins.entrouvert.org/job/gitea/job/%s/main/' % module_name])
else:
# restart at last step
subprocess.check_call(['sensible-browser',
'https://jenkins.entrouvert.org/job/%s/lastBuild/restart/' % module_name])
'https://jenkins.entrouvert.org/job/gitea/job/%s/main/lastBuild/restart/' % module_name])
if __name__ == '__main__':