问题标签 [thoughtworks-go]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
docker - Docker 管道中的 GoCD 创建被拒绝
尝试使用 Go Server docker 映像在 GoCD 中创建管道时,请求的更改被拒绝。
要启动服务器,我正在运行命令:
docker run --name gocd_server -d -p 8153:8153 -p 8154:8154 -v /Users/$(whoami)/workspace/gocd/godata:/godata -v /Users/$(whoami):/home/go gocd/gocd-server:v18.5.0
当它启动时,我可以在创建管道后继续执行步骤以单击完成,然后显示以下图像。您想要的更改被拒绝。
当我查看容器日志时,我看到:
continuous-integration - 将 gocd 代理关联到管道组
我有 5 个gocd agents
连接到我的gocd
服务器。
pipeline group
用例是我想每次都运行属于特定 go-agent 的特定管道。
示例:所有管道都pipeline-group-1
应该在 agent 上运行agent-4
。
我们可以使用 GOCD 实现这一目标吗?
go-cd - 我们可以仅使用一个 GoCD 代理并行运行多个作业吗?
我已经安装了GoCD server
。并安装了一个GoCD Agent
。
现在我创建了一个新管道:Pipeline1
创建了一个阶段:Stage1
现在有两个工作:Job1 和 Job2
由于我有一个 GoAgent,这两个作业会并行执行吗?
go-cd - 如何修改 GoCD 管道中材料的轮询时间?
我创建了GoCD
管道。材料类型为:Github
投票更改:真
默认轮询时间为 1 分钟。
我只想将此管道的轮询时间更改为 5 分钟?