简体   繁体   English

Gitlab Octopus 部署集成

[英]Gitlab Octopus deploy integration

Is there a way Git lab CI can push packages to Octopus deploy? Git 实验室 CI 有没有办法将包推送到 Octopus 部署? I could see open feature request https://gitlab.com/gitlab-org/gitlab-ce/issues/17598我可以看到开放功能请求https://gitlab.com/gitlab-org/gitlab-ce/issues/17598

Interested to know if this is possible.有兴趣知道这是否可能。

This isn't yet available: you have another issue which illustrates the fact a usage of Octopus Deploy is done independently of GitLab:这尚不可用:您还有另一个问题,说明 Octopus Deploy 的使用是独立于 GitLab 完成的:
issues/48037: Provide Release Description from Tag in CI/CD pipeline variable问题/48037:从 CI/CD 管道变量中的标签提供发布描述

I want to access the Release notes associated with a tag so that I can use them when creating a release in Octopus Deploy.我想访问与标签关联的发行说明,以便在 Octopus Deploy 中创建发行版时可以使用它们。

Currently I can't see any way of doing this short of writing code to pull the data from the Tags API.目前,除了编写代码以从标签 API 中提取数据之外,我看不到任何方法。

The Feature Request Octopus Deploy support now (Oct 2020)refers to现在(2020 年 10 月)的功能请求 Octopus Deploy 支持是指

Octopus has a CLI tool that is easy to script around and push artifacts from any ci tool. Octopus 有一个 CLI 工具,可以很容易地编写脚本并从任何 ci 工具推送工件。 https://hub.docker.com/r/octopusdeploy/octo https://hub.docker.com/r/octopusdeploy/octo

The better integration is for octopus to pull from gitlab.更好的集成是让八爪鱼从 gitlab 中提取。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM