Skip to content
#

cd

Here are 541 public repositories matching this topic...

xliyq
xliyq commented Jun 24, 2019

问题描述
使用的docker配置http://walle-web.io/docs/installation_docker.html
添加部署公钥要无法验证通过
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.

bug
GaneshSPatil
GaneshSPatil commented Mar 2, 2020

In order to make the UI/UX consistent across all pages of GoCD, GoCD is rebuilding the Pipeline Config Edit Page (changing into a Single Page App).

As part of this page rewrite, following changes needs to be done on the plugins:

Breaking Changes

Task Plugins View:

GoCD Task Plugins implements Get Task View extension call, which

ssbarnea
ssbarnea commented Mar 24, 2017

I am wondering if autoenv could not be used in complex CI environments where we have multiple steps and where we need to save/restore status between different steps.

We are currently doing appending variables inside some env_jenkins.properties files and on some some steps (builders) and on others we do source env_jenkins.properties in order to load them.

If autoenv would work also for

vjpie2002
vjpie2002 commented Apr 30, 2020

Summary

Add field/label "LIVE For:" to show how much time the Revision was LIVE. Currently when a user clicks on the "History and Rollback", it shows all past Revisions and when it was triggered and completed and also displays the amount of time for which that Revision was LIVE. But it does not mention what these timings/durations are for (as shown in the attached screenshot where it shows dur

yanghongfei
yanghongfei commented Dec 24, 2018

错误信息:
Step 10/16 : RUN pip3 install --upgrade pip
---> Running in 83716c526776

Collecting pip
Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled

lastbackend
WTaylorA
WTaylorA commented Oct 31, 2018

Description

atp install dependencies broken

Environment

Ubuntu 18.x (headless)

Not even making it as far as pulling the files from GIT. Most of the "apt install" lines produce broken dependency issues.

  • sudo apt install makemkv-bin makemkv-oss
  • sudo apt install handbrake-cli libavcodec-extra
  • sudo apt install abcde flac imagemagick glyrc cdparanoia
    sudo apt install at
    su
nevergreen
ejholmes
ejholmes commented Sep 14, 2017

Under normal circumstances, GitHub will send a push event in the same order that commits are added. So, for example, if you do the following:

$ git commit --allow-empty
$ git rev-parse HEAD
abcd
$ git push
$ git commit --allow-empty
$ git rev-parse HEAD
dcba
$ git push

Then SlashDeploy would first receive a push event for abcd, then a push event for dcba.

But, G

Improve this page

Add a description, image, and links to the 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 cd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.