Docker Github Actions Runner This will run the new self-hosted github actions runners. Quick-Start (Examples and Usage) Please see the wiki Please read the contributing guidelines Included software and configur
Add a description, image, and links to the fallback 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 fallback topic, visit your repo's landing page and select "manage topics." Learn mor...
For more information, see "Usage limits and billing" for GitHub-hosted runners and "About self-hosted runners" for self-hosted runner usage limits. Example name: Greeting from Mona on: push jobs: my-job: name: My Job runs-on: ubuntu-latest steps: - name: Print a greeting env: MY_VAR...
使用AB# 从GitHub 链接到 Azure Boards 工作项 在GitHub 提交、拉取请求或问题中,使用以下语法,创建指向 Azure Boards 工作项的链接。 在提交消息的文本中输入 AB#ID。 或者,对于拉取请求或问题,请在标题或描述中输入 AB#ID。 在注释中使用 AB#ID 不会在工作项上创建链接。 复制 AB#{...
#31 exporting to GitHub Actions Cache#31 preparing build cache for export#31 preparing build cache for export 600.3s done#31 ERROR: maximum timeout reached---> exporting to GitHub Actions Cache:---ERROR: failed to solve: maximum timeout reachedmake: *** [Makefile:35: release] Error 1Erro...
If your self-hosted Windows runner does not have PowerShell Core installed, then PowerShell Desktop is used instead. pwsh -command ". '{0}'". Windows powershell The PowerShell Desktop. GitHub appends the extension .ps1 to your script name. powershell -command ". '{0}'". When more ...
要检查的第一件事是是否可以从 Azure Pipelines 服务访问 GitHub Enterprise Server。 在Azure DevOps UI 中,导航到项目设置,然后在“管道”下选择“服务连接”。 选择“新建服务连接”,然后选择“GitHub Enterprise Server”作为连接类型。 输入所需的信息以创建与 GitHub Enterprise Server 的连接...
通过安装 Azure DevOps Server 2020.1.1 Patch 2,连接到 GitHub.com 存储库。 如果没有此修补程序,则只能连接到 GitHub Enterprise Server 存储库。 在GitHub 组织或帐户上安装适用于 GitHub 的 Azure Boards 应用。 连接到 Azure Boards 或 Azure DevOps 项目。 如果没有项目,请...
GitHub-hosted runners Self-hosted runners Security Use cases and examples Migrate to GitHub Actions Administer GitHub Actions Guides for GitHub Actions GitHub Actions/ Write workflows/ Workflow syntax for GitHub Actions A workflow is a configurable automated process made up of one or more ...
Describe the bug When using self-hosted runners, git checkouts are cached between runs (this is nice, because it greatly speeds up our builds). However, if a docker-based step writes a file to the workspace it will (possibly) be owned by...