Loading builder/templates/index.md.j2 +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["static_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/static_tests/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/static_tests/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 📦 Build Loading @@ -15,7 +15,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["build"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/build/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/build/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 🛡 Dynamic tests Loading @@ -23,7 +23,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/dynamic_tests/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/dynamic_tests/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 🙋 Review Loading @@ -31,7 +31,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["review"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/review/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/review/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 🚀 Deployment Loading @@ -39,5 +39,5 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/deployment/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/deployment/{{ job.name }}/) | {{ job.description }} | {% endfor %} Loading
builder/templates/index.md.j2 +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["static_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/static_tests/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/static_tests/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 📦 Build Loading @@ -15,7 +15,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["build"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/build/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/build/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 🛡 Dynamic tests Loading @@ -23,7 +23,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/dynamic_tests/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/dynamic_tests/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 🙋 Review Loading @@ -31,7 +31,7 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["review"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/review/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/review/{{ job.name }}/) | {{ job.description }} | {% endfor %} ## 🚀 Deployment Loading @@ -39,5 +39,5 @@ Jobs index. They are sorted using the [HUB default stages](/getting-started#stag | Name | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](https://hub.go2scale.io/jobs/deployment/{{ job.name }}/) | {{ job.description }} | | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](jobs/deployment/{{ job.name }}/) | {{ job.description }} | {% endfor %}