Commit 894fe478 authored by Thomas Boni's avatar Thomas Boni
Browse files

use the new link format

parent c013b1df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Mkdocs](https://squidfunk.github.io/mkdocs-material/) are ready to use.

    ```yaml
    include:
      - remote: 'https://jobs.go2scale.io/mkdocs'
      - remote: 'https://jobs.go2scale.io/mkdocs.yml'
    ```

4. If you need set variables in jobs, use `variables` option in
@@ -43,8 +43,8 @@ Build HTML documentation from Makdown source using `Mkdocs`.

## Versions

* **Latest** : `https://jobs.go2scale.io/mkdocs/latest`
* **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/mkdocs/2020-07-15_1`
* **Latest** : `https://jobs.go2scale.io/latest/mkdocs.yml`
* **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-07-15_1/mkdocs.yml`

    !!! warning
        Since this version, `pages` job, which publish documentation on Gitlab
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ from previous job named `documentation`.

    ```yaml
    include:
      - remote: 'https://jobs.go2scale.io/pages'
      - remote: 'https://jobs.go2scale.io/pages.yml'
    ```

3. If you need set variables in jobs, use `variables` option in
@@ -42,8 +42,8 @@ from previous job named `documentation`.

## Versions

* **Latest** : `https://jobs.go2scale.io/pages/latest`
* **Tag `2020-05-31_1`** : `https://jobs.go2scale.io/pages/2020-05-31_1`
* **Latest** : `https://jobs.go2scale.io/latest/pages.yml`
* **Tag `2020-05-31_1`** : `https://jobs.go2scale.io/2020-05-31_1/pages.yml`

    !!! warning
        This update introduces breaking changes. Follow [this
+2 −2
Original line number Diff line number Diff line
@@ -70,8 +70,8 @@ stages:

# Jobs from g2s hub
include:
  - remote: 'https://jobs.go2scale.io/docker/latest'
  - remote: 'https://jobs.go2scale.io/mkdocs/2020-06-22_1'
  - remote: 'https://jobs.go2scale.io/latest/docker.yml'
  - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml'

# Some jobs can be configured with variables
variables:
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ Example in `.gitlab-ci.yml`:

```yaml
include:
  - remote: 'https://jobs.go2scale.io/docker/latest'
  - remote: 'https://jobs.go2scale.io/mkdocs/2020-06-22_1'
  - remote: 'https://jobs.go2scale.io/latest/docker.yml'
  - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml'
```

Available tags and release note for each jobs are available in [Jobs