Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ helps you to quickly build powerful pipelines for your projects. Each jobs of the hub can be used unitary or to create fully **customs pipelines.** Each jobs of the hub can be used independently or to create fully **customized pipelines.** You can use them for any kind of software and deployment type. Each job can be customized through configuration. Loading builder/builder.py +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ GO2SCALE_URL = "https://jobs.go2scale.io/" # Templates variables BUILDER_DIR = "builder" TEMPLATE_DIR = "templates" TMEPLATE_INDEX = "index.md.j2" TEMPLATE_INDEX = "index.md.j2" TEMPLATE_DOC = "job_documentation.md.j2" TEMPLATE_PLACEHOLDER = "placeholder.md.j2" TEMPLATE_LICENSE_DIR = "licenses" Loading Loading @@ -151,7 +151,7 @@ if __name__ == "__main__": # Using jinja2 with a template to create the index env = Environment(loader=FileSystemLoader(BUILDER_DIR + "/" + TEMPLATE_DIR)) template = env.get_template(TMEPLATE_INDEX) template = env.get_template(TEMPLATE_INDEX) index_content = template.render(index=index) with open(MKDOCS_DIR + "/" + JOBS_DIR + "/" + INDEX_FILE, "w+") as index_file: Loading builder/templates/index.md.j2 +1 −1 Original line number Diff line number Diff line # 🗂 Index # All Jobs index. They are sorted using the [HUB default stages](/use-the-hub#stages). Loading builder/templates/job_documentation.md.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ {%- endif -%} {%- endfor %} # Changelog ## Changelog * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): > ``` Loading builder/templates/job_name/README.md +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ include: - remote: 'https://jobs.go2scale.io/{{ job_name }}.yml' ``` 3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs customization](/use-the-hub/#jobs-customization) 4. Well done, your job is ready to work ! 😀 Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ helps you to quickly build powerful pipelines for your projects. Each jobs of the hub can be used unitary or to create fully **customs pipelines.** Each jobs of the hub can be used independently or to create fully **customized pipelines.** You can use them for any kind of software and deployment type. Each job can be customized through configuration. Loading
builder/builder.py +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ GO2SCALE_URL = "https://jobs.go2scale.io/" # Templates variables BUILDER_DIR = "builder" TEMPLATE_DIR = "templates" TMEPLATE_INDEX = "index.md.j2" TEMPLATE_INDEX = "index.md.j2" TEMPLATE_DOC = "job_documentation.md.j2" TEMPLATE_PLACEHOLDER = "placeholder.md.j2" TEMPLATE_LICENSE_DIR = "licenses" Loading Loading @@ -151,7 +151,7 @@ if __name__ == "__main__": # Using jinja2 with a template to create the index env = Environment(loader=FileSystemLoader(BUILDER_DIR + "/" + TEMPLATE_DIR)) template = env.get_template(TMEPLATE_INDEX) template = env.get_template(TEMPLATE_INDEX) index_content = template.render(index=index) with open(MKDOCS_DIR + "/" + JOBS_DIR + "/" + INDEX_FILE, "w+") as index_file: Loading
builder/templates/index.md.j2 +1 −1 Original line number Diff line number Diff line # 🗂 Index # All Jobs index. They are sorted using the [HUB default stages](/use-the-hub#stages). Loading
builder/templates/job_documentation.md.j2 +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ {%- endif -%} {%- endfor %} # Changelog ## Changelog * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`): > ``` Loading
builder/templates/job_name/README.md +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ include: - remote: 'https://jobs.go2scale.io/{{ job_name }}.yml' ``` 3. If you need to customize the job (stage, variables, ...) 👉 check the [jobs customization](/use-the-hub/#jobs-customization) 4. Well done, your job is ready to work ! 😀 Loading