1. 13 4月, 2022 1 次提交
    • G
      Crete a quickstart to run your first tekton pipeline · d4203955
      Geri Ochoa 提交于
      Introductory guide for newcomers. This is a two-file quickstart that
      shows a simple example to create a task and a pipeline.
      
      These tutorials do not include new information. The information here is
      reorganized to be easier to understand for newcomers. Including
      prescritpive steps that the user just has to copy/paste .
      d4203955
  2. 14 2月, 2022 1 次提交
  3. 09 2月, 2022 1 次提交
    • G
      Add contribution docs to site and update roadmap · 857ecae0
      Geri Ochoa 提交于
      - Move the contribution guidelines to the documentation folder so they
        show up in the website. Some minor updates were introduced to reflect
        the agreements about documentation strategy.
      
      - Update the roadmap. It now includes the main points agreed about the
        docs strategy going forward.
      857ecae0
  4. 05 12月, 2021 1 次提交
  5. 07 7月, 2021 1 次提交
    • C
      Improve the documentation landing page relates to issue #195 · cac42a32
      cclemonzy 提交于
      [statement] I could not add one or two proper images on landing page and leave it for other PR, and the other requirements done in this PR.
       - change title from "Tekton Documentation" to "Welcome to Tekton"
       - remove "What's next"
      -  add a short blurb with a link to the tekton overview page where details all components completely(to keep clear separation between landing page and overview page content)
      cac42a32
  6. 01 7月, 2021 2 次提交
  7. 22 6月, 2021 1 次提交
  8. 24 3月, 2021 1 次提交
  9. 12 3月, 2021 1 次提交
  10. 10 3月, 2021 2 次提交
  11. 03 3月, 2021 1 次提交
  12. 20 2月, 2021 2 次提交
  13. 04 2月, 2021 1 次提交
  14. 03 2月, 2021 1 次提交
  15. 28 1月, 2021 1 次提交
  16. 13 11月, 2020 1 次提交
  17. 31 10月, 2020 1 次提交
  18. 10 9月, 2020 1 次提交
  19. 03 9月, 2020 1 次提交
  20. 02 9月, 2020 1 次提交
  21. 31 7月, 2020 1 次提交
  22. 21 7月, 2020 1 次提交
  23. 27 6月, 2020 2 次提交
  24. 18 6月, 2020 1 次提交
  25. 15 6月, 2020 1 次提交
  26. 10 6月, 2020 1 次提交
  27. 02 6月, 2020 1 次提交
  28. 29 5月, 2020 2 次提交
    • J
      Update _index.md · acd82672
      JJ Asghar 提交于
      Changed `name` to `generateName` because of the behavior of the `--dry-run` of `tkn`.
      Changed the `tkn` command for the logs at the end, because of the `generateName` is different per run.
      Signed-off-by: NJJ Asghar <jjasghar@gmail.com>
      Signed-off-by: NPaul Czarkowski <username.taken@gmail.com>
      acd82672
    • J
      Update _index.md · 9c60f7b5
      JJ Asghar 提交于
      Changed from `apply` to `create` due to the declarative nature of `apply`. You can not use `generateName` with `apply`.
      The error that happens is:
      
      ```
      ❯ kubectl apply -f taskRun.yml
      error: error when retrieving current configuration of:
      Resource: "tekton.dev/v1beta1, Resource=taskruns", GroupVersionKind: "tekton.dev/v1beta1, Kind=TaskRun"
      Name: "", Namespace: "hello-world-pipeline"
      from server for: "taskRun.yml": resource name may not be empty
      ```
      The following is the correct behavior. 
      ```
      ❯ kubectl create -f taskRun.yml
      taskrun.tekton.dev/echo-run-c5dtm created
      ```
      Please look at:  https://github.com/kubernetes/kubernetes/issues/44501#issuecomment-294255660Signed-off-by: NJJ Asghar <jjasghar@gmail.com>
      9c60f7b5
  29. 26 5月, 2020 1 次提交
  30. 18 5月, 2020 1 次提交
  31. 15 5月, 2020 1 次提交
  32. 07 5月, 2020 1 次提交
  33. 06 5月, 2020 1 次提交
  34. 14 4月, 2020 2 次提交