cd
Here are 541 public repositories matching this topic...
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
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
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
Docker Bulid 安装依赖失败问题The command '/bin/sh -c pip3 install --upgrade pip' returned a non-zero code: 1
错误信息:
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
-
Updated
Apr 26, 2020 - Shell
Describe the bug
I just signed up and went to the public templates section.
There is only one template shown (see screenshot).
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://cloud.lastbackend.com/templates#public'
- See error
Expected behavior
I was expecting a lot more, e.g. Wordpress, MongoDB, Bootstrap, PostgreSQL, Etherpad, Apache, CouchDB, SearX, wall
If I split my screen 50/50, the New button on https://samson.zende.sk/secrets no longer responds to clicks.
At full screen it works, but I wanted side by side with some instructions from confluence that I was trying to follow.
Show timestamps in the steps console output, e.g.
[13:03:00] starting test...
[13:03:00] test 1 success
[13:03:02] test 2 sucesss
[13:08:16] test 3 timeout
This can help in debugging to give users an idea how long individual steps in the log took.
Broken dependencies
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
-
Updated
Mar 22, 2020 - TypeScript
-
Updated
May 13, 2020 - Dockerfile
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Feb 22, 2019 - Shell
-
Updated
Apr 10, 2020
-
Updated
Apr 11, 2019 - Go
-
Updated
Mar 5, 2020 - Shell
-
Updated
May 13, 2020 - Go
This only happens if the network is offline or if the Nevergreen server isn't running.
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
-
Updated
May 20, 2020 - Python
Improve this page
Add a description, image, and links to the cd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cd topic, visit your repo's landing page and select "manage topics."

问题描述
使用的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.