Skip to content
#

ci

Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

Here are 2,699 public repositories matching this topic...

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

golangci-lint
autarch
autarch commented Apr 26, 2020

Thank you for creating the issue!

  • [ x ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
  • [ x ] Yes, I've searched similar issues on GitHub and didn't find any.
  • [ x ] Yes, I've included all information below (version, config, etc).

This isn't a bug, just a wishlist item.

Internally golangci-lint checks for a FAIL_ON_WARNINGS e

liberstein
liberstein commented Apr 11, 2020
  1. Newman Version: 5.0.0
  2. OS details : Ubuntu 18.04.1 x64
  3. Newman as a library
  4. this bug always been there: RunSummary -> run -> timings doesnt has completed
  5. Expected behaviour: RunSummary -> run -> timings has completed
  6. Command / script used to run Newman: newman run
  7. Sample collection, and auxiliary files : any collection with error
  8. Screenshots : http://
d3rp
d3rp commented Sep 19, 2019

For context: here's an excerpt from the buildbot source that is responsible for querying a secret from the hashicorp vault:
ret = json.get('data', {}).get('data', {}).get('value')

When reading vault documentation, the version data section is not emphasized leading to believe this is a typical key value store i.o.w. one has to land on the specific section covering the kv secrets e

Startouf
Startouf commented Jun 21, 2018

I cannot figure out how to use properly danger on circleci 2.0 with workflows

Support I have a linear workflow where I bundle my app / install libraries (build job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).

How can I execute Danger to report test failures on all containers ?

Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I

fbartho
fbartho commented Sep 19, 2019

The GitHub Integration just fails with a GitHub Error Response if your Issue Comment gets too long.

It’d be great if we truncated the message, & added a [truncated] 📝?

Thoughts @orta ? I’m happy to implement this if you have advice!

staabm
staabm commented Sep 17, 2019

extend the docs on how the bot can be used with GitHubActions.

GithubActions is a neat and fast new way to interact with githubs, its worksflows etc.
its much more powerfull then the regular CI systems we are used to.

this would make it possible to add things like "trigger the lighthousebot via a keyword in a comment" or similar

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
ifs-ilan
ifs-ilan commented Feb 25, 2020

Hi :),

It's possible to scan with variables json or .tf file name ?

Like

{
	"region": "eu-central-1",
	"environment_id": "demo",
	"tags": {
		"EnvironmentId": "integration",
		"ApplicationName": "demo",
		"EnvironmentType": "development",
		"Project": "pepito"
	},
	"rds_instances": [
		{
			"sg_name": "test-sg",
			"kms_key_label": "kms",
			"rds_label": "rds",
			
KantarBruceAdams
KantarBruceAdams commented Jul 10, 2019

Is your feature request related to a problem? Please describe.

I'm trying to get two containers to communicate with each other.
I can start up each container and connect to it from the command line using localhost and the bound IP but I'm not clear how to get two containers to talk to each other.
I think this would be the equivalent of "docker network connect" https://stackoverflow.com/qu

taskcat
Wikipedia
Wikipedia
You can’t perform that action at this time.