Loading tools/builder/builder.py +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ MKDOCS_PLACEHOLDER_FILE = "placeholder.md" JOB_CHANGELOG_DIR = "versions" JOB_DESCRIPTION_FILE = "README.md" JOB_METADATA_FILE = "job.yml" ISSUES_LIMIT = 1 ISSUES_LIMIT = 3 # Requests variables GITLAB_BASE_URL = "https://gitlab.com/" Loading tools/builder/templates/job_documentation.md.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ - [#{{issue.iid}} - {{ issue.name }}]({{ issue.url }}) {% endfor %} {% if linked_issues[linked_issues_limit] %} - And more...] - And more... {% endif %} [See all the issues]({{linked_issues_url}}){: .md-button } [Add an issue](https://gitlab.com/r2devops/hub/-/issues/new?issue[title]=[job][{{job_name}}]%20-%20){: .md-button .md-button--primary} Loading Loading
tools/builder/builder.py +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ MKDOCS_PLACEHOLDER_FILE = "placeholder.md" JOB_CHANGELOG_DIR = "versions" JOB_DESCRIPTION_FILE = "README.md" JOB_METADATA_FILE = "job.yml" ISSUES_LIMIT = 1 ISSUES_LIMIT = 3 # Requests variables GITLAB_BASE_URL = "https://gitlab.com/" Loading
tools/builder/templates/job_documentation.md.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ - [#{{issue.iid}} - {{ issue.name }}]({{ issue.url }}) {% endfor %} {% if linked_issues[linked_issues_limit] %} - And more...] - And more... {% endif %} [See all the issues]({{linked_issues_url}}){: .md-button } [Add an issue](https://gitlab.com/r2devops/hub/-/issues/new?issue[title]=[job][{{job_name}}]%20-%20){: .md-button .md-button--primary} Loading