Skip to content
#

ci-cd

Here are 1,162 public repositories matching this topic...

vito
vito commented Feb 3, 2021

Summary

#6369 tracks the user who created the build (either manual trigger or rerun) and also tweaked the api/v1/user endpoint to contain a new display_user_id field. The new field should be used to show the user in the top bar, since it reflects the same value that Concourse tracks as the build creator.

We should be able to replace [this function](https://github.com/concourse/concour

zyupo
zyupo commented May 12, 2020

Spug运维平台在过去的公司里稳定运行3年以上,开源的大部分代码也是基于稳定版本之上,为了增加更多用户在企业使用的信心,如您愿意,请将您在企业中使用Spug的案例展示给我们,请在该issue页面提供您的使用案例,提交格式:企业名称 + 公司官网地址。官网地址为可选项,您可以直接提供企业名称即可。

此外,您也可以通过其他渠道如QQ、微信、邮件的方式联系项目作者提供使用案例。

征集长期有效,感谢大家支持!

Spug部分案例:

glhdavenport
glhdavenport commented Mar 4, 2021

If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.

Checklist:

cml
DavidGOrtega
DavidGOrtega commented Jul 23, 2020

Trying to setup a docker volume I noted that it worked for GL but not for GH

docker run --name runner3 --rm \
    -e RUNNER_IDLE_TIMEOUT=1800 \
    -e RUNNER_LABELS=gpu \
    -e RUNNER_REPO=$REPO_URI \
    -e repo_token=$TOKEN \
    -e RUNNER_PATH=/home/runner2 \
    dvcorg/cml-gpu-py3-cloud-runner

setting a volume even at /home/runner does not work either

docker ru
jithine
jithine commented Mar 2, 2021

What happened:

Pipeline list view shows jobs listed in alphabetical order by default. This does not provide visibility into the actual ordering of jobs.

What you expected to happen:

Default ordering should follow the following rules.

  1. List jobs by the level order in workflow graph. If multiple jobs in same level, list them alphabetically.
  2. For disconnected job nodes, eac

Improve this page

Add a description, image, and links to the ci-cd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ci-cd topic, visit your repo's landing page and select "manage topics."

Learn more