问题标签 [concourse-task]

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.

0 投票
0 回答
72 浏览

docker - 如何在 Concourse 管道中使用 docker 卷

下面是我的管道

如果我使用它会失败并出现以下错误volumes

如果没有,则会看到以下故障

0 投票
0 回答
58 浏览

yaml - 如何遍历大厅中的数组

据我搜索,我没有看到任何有关 Concourse CI 的循环和数组的文档。

我正在尝试将工作从 Jenkins 迁移到 CI 以及我的 Jenkins 文件片段

如何在 Concourse 管道中复制相同的内容。

我可以定义一个如下所示的数组,但不确定如何遍历它们。

0 投票
1 回答
236 浏览

concourse - 使用注册表图像资源运行 Concourse-Task

我将 Concourse-CI 与私有 Docker 注册表结合使用,一切正常。但是,我想将任务作为我通过注册表提供的图像运行。澄清一下:我不想在任务中运行图像,任务源应该是我的图像。不幸的是,我无法在此处或 Concourse-CI 文档上找到示例。

我的资源:

因此,如果我是正确的,task/config/source则不能获取资源,而是anonymous-resource我将提供docker.io链接的地方。

我非常感谢一些帮助。:)

编辑:好的,所以我的第一个错误是只查看Task架构,我可以配置图像(https://concourse-ci.org/jobs.html#schema.step.task-step.image)但是当我这样做时:

我得到这个错误:find or create container on worker 4c38517c9713: no image plugin configured

0 投票
0 回答
24 浏览

concourse - How disable a time resource in Concourse? No Operation?

I have two pipelines that share a job template and I have them using a separate resource template. So in the job I must call the time resource with a trigger, but in the resource definition I need a way to configure one to a specific time and the other to something that does nothing. I don't want to make two separate jobs if possible.

0 投票
1 回答
18 浏览

concourse - 有没有办法跳过存档的大厅管道并仅取消暂停未存档的管道?

使用以下命令取消暂停所有大厅管道时,我遇到了错误。

命令:fly -t ci unpause-pipeline -a

有没有办法在此过程中仅选择未归档的管道并取消暂停或跳过已归档的管道。

0 投票
1 回答
14 浏览

concourse - Concourse:无论失败状态如何,都可以选择运行所有任务

想知道单个作业中是否有任何用于大厅任务的标志/选项,以便无论任何任务失败都可以执行所有任务。

谢谢!