Loading docs/getting-started.md +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ An example of a full `.gitlab-ci.yml` file with: * One job template with latest version. Note that `latest/` is optional in the job URL * One job template with specific version using tag `2020-06-22_1` * One job template with specific version using tag `2020-08-05_1` * A custom `unit_tests` job ``` yaml Loading @@ -72,7 +72,7 @@ stages: # Jobs from g2s hub include: - remote: 'https://jobs.go2scale.io/latest/docker.yml' - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml' - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml' # You can also include your own jobs unit_tests: Loading docs/jobs/build/mkdocs.md +2 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,8 @@ merge requests ## Versions * **Latest** (current -> `2020-07-15_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml` * **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-07-15_1/mkdocs.yml` * **Latest** (current -> `2020-08-05_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml` * **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml` !!! warning Since this version, `pages` job, which publish documentation on Gitlab Loading docs/jobs/deployment/pages.md +2 −6 Original line number Diff line number Diff line Loading @@ -42,11 +42,7 @@ from previous job named `documentation`. ## Versions * **Latest** (current -> `2020-05-31_1`): `https://jobs.go2scale.io/latest/pages.yml` * **Tag `2020-05-31_1`** : `https://jobs.go2scale.io/2020-05-31_1/pages.yml` * **Latest** (current -> `2020-08-05_1`): `https://jobs.go2scale.io/latest/pages.yml` * **Tag `2020-08-05_1`** : `https://jobs.go2scale.io/2020-08-05_1/pages.yml` !!! warning This update introduces breaking changes. Follow [this guide](https://squidfunk.github.io/mkdocs-material/releases/5/#how-to-upgrade) to know how to upgrade. * Initial version docs/versioning.md +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Example in `.gitlab-ci.yml`: ```yaml include: - remote: 'https://jobs.go2scale.io/latest/docker.yml' - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml' - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml' ``` Available tags and release note for each jobs are available in [Jobs Loading Loading
docs/getting-started.md +2 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ An example of a full `.gitlab-ci.yml` file with: * One job template with latest version. Note that `latest/` is optional in the job URL * One job template with specific version using tag `2020-06-22_1` * One job template with specific version using tag `2020-08-05_1` * A custom `unit_tests` job ``` yaml Loading @@ -72,7 +72,7 @@ stages: # Jobs from g2s hub include: - remote: 'https://jobs.go2scale.io/latest/docker.yml' - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml' - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml' # You can also include your own jobs unit_tests: Loading
docs/jobs/build/mkdocs.md +2 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,8 @@ merge requests ## Versions * **Latest** (current -> `2020-07-15_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml` * **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-07-15_1/mkdocs.yml` * **Latest** (current -> `2020-08-05_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml` * **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml` !!! warning Since this version, `pages` job, which publish documentation on Gitlab Loading
docs/jobs/deployment/pages.md +2 −6 Original line number Diff line number Diff line Loading @@ -42,11 +42,7 @@ from previous job named `documentation`. ## Versions * **Latest** (current -> `2020-05-31_1`): `https://jobs.go2scale.io/latest/pages.yml` * **Tag `2020-05-31_1`** : `https://jobs.go2scale.io/2020-05-31_1/pages.yml` * **Latest** (current -> `2020-08-05_1`): `https://jobs.go2scale.io/latest/pages.yml` * **Tag `2020-08-05_1`** : `https://jobs.go2scale.io/2020-08-05_1/pages.yml` !!! warning This update introduces breaking changes. Follow [this guide](https://squidfunk.github.io/mkdocs-material/releases/5/#how-to-upgrade) to know how to upgrade. * Initial version
docs/versioning.md +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Example in `.gitlab-ci.yml`: ```yaml include: - remote: 'https://jobs.go2scale.io/latest/docker.yml' - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml' - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml' ``` Available tags and release note for each jobs are available in [Jobs Loading